I am uploading/downloading some data in my application using AsyncTask. What I want is that, when the AsyncTask is running, the whole screen should get dimmed/disabled and a ProgressBar would be shown in the middle of the screen as long as the task is running.
Something like this

Any ideas / suggestions are most welcome.
Really need to implement it in my application!
in the picture the dialogue is a
Dialogue Activity. You can search on Goolge how to implementdialogue Activity🙂