D
Deleted User
Guest
When my app is doing something and I don't want the user to be able to interact with it, is there a some sort of progress overlay I can throw over the screen?
For example, when a user presses the login button on my login Activity, I want to disable the screen (and make it obvious to the user) until the web service returns the result.
For example, when a user presses the login button on my login Activity, I want to disable the screen (and make it obvious to the user) until the web service returns the result.