SDDownloadManager
SDDownloadManager copied to clipboard
Possible to request multiple file(array of URL) download one bye one ?
I need to download multiple file, say array of string with URL. One by one download will be performed. Say if a file failed to download , the next one will be downloaded.
Possible with the current code or need some refractor ?
Thanks.