0

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.

Habib Kazemi
  • 2,172
  • 1
  • 24
  • 30
Dmitry Ermichev
  • 397
  • 4
  • 12

1 Answers1

0

You could take a look at the Sync Adapter Framework. Or build your own solution w/ help of some other SO answers.

Community
  • 1
  • 1
m02ph3u5
  • 3,022
  • 7
  • 38
  • 51