In my Android application user can download additional files. Often the download process is crashed, so I want to add posibility to resume download if file is not downloaded correctly. I tried to find special libraries for java/android, that supports multithread download and resuming of download, but didn't find. Please, can anybody help me.
Asked
Active
Viewed 744 times
1 Answers
0
You could take a look at the Sync Adapter Framework. Or build your own solution w/ help of some other SO answers.