How can I add a progress bar showing download progress in percent? My image files are on remote server and big enough to take about 30 seconds. I need to inform user about percent of download.
Asked
Active
Viewed 1,157 times
5
-
See the implementation here http://stackoverflow.com/questions/25962595/tracking-progress-of-multipart-file-upload-using-okhttp – Nikola Despotoski Jan 09 '15 at 18:22
-
1@Nikola: This is not answer. He is asking progress bar with percentage in Picasso. – karan Aug 08 '16 at 06:31
-
1He is not asking for progress bar integration, that is very easy and lots of tutorials available... But the problem here is. In Picasso how to show. Since Picasso is library to download and cache images. – karan Aug 08 '16 at 06:34