How to show progress bar while downloading ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to show progress bar while downloading ?

29th Jul 2016, 1:07 PM
Mahantesh AT
Mahantesh AT - avatar
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()
29th Jul 2016, 2:47 PM
Saurav S Shekhar
Saurav S Shekhar - avatar