0
How to show progress bar while downloading ?
1 Answer
+ 2
Add a progress bar(the circle one) to act as a loading indicator.
To do this simple show a progress bar on start of the image download threadprogressbar.show();Â After the download is finished dismiss the progressbarprogressbar.dismiss()