I\'m using DownloadManager to download my files in android and its great since it handles everything (connectivity lost, retry, etc.) The problem is I want my file to be dow
Very simple:
1)Create a database and insert your url into it.
2)create a receiver for download complete action of downloadmanager in your manifest.
downloadmanager
3)when received a download complete read a row from your database and start new download(enqueue).
happy coding:-)