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?