I am developing such application in which there is a switch , once the user turn on the switch all the audio files in the list should be download one by one and progress will be shown besides the name of audio file, i am facing the problem to show the particular progress, and once the user turn off the switch the download should be stop, Please help...as shown in picture the progress will be shown besides particular downloading file
Asked
Active
Viewed 58 times
0
-
1make service for that. – Nov 26 '18 at 07:26
-
1refer this link https://stackoverflow.com/questions/3028306/download-a-file-with-android-and-showing-the-progress-in-a-progressdialog?answertab=votes#tab-top and make your custom logic – Nov 26 '18 at 07:27
-
there are few libraries available for simultaneous downloading and progress update – Vivek Mishra Nov 26 '18 at 07:27