0

I am trying to follow this to download multiple images and showing individual progress

but the problem is how can I add new images to be downloaded as the code adds file to be downloaded to intent before startService(intent); if any other files is added then where to handle that logic?

  • intent services queues up work automatically, just startService twice – Tim Mar 04 '19 at 12:11
  • @TimCastelijns It seems I am able to add tasks but only when its not already executing tasks like after on is finished then only starting intent works ... I want to add new tasks even when its executing a task – saket sinha Mar 05 '19 at 10:45
  • yeah that's not possible. As I said work is queued up, meaning it does one job after another – Tim Mar 05 '19 at 10:46
  • @TimCastelijns any other way or combination for getting similar result .. having multiple download lists with add ability and progress bar – saket sinha Mar 05 '19 at 10:48

0 Answers0