0

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

Mike Cruze
  • 37
  • 1
  • 9
  • 1
    make service for that. –  Nov 26 '18 at 07:26
  • 1
    refer 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

1 Answers1

1

There is a beautiful library. it has a lot more features like serial/parallel downloading. but you have to create custom logic and animation according to your screen

enter image description here enter image description here

Basi
  • 3,009
  • 23
  • 28