문제

I'm building an application in which I need to download large files.

The application needs to support:
-Download big files (off course..)
-Resume broken downloads
-Be notified about download progress
-Download in the background (when user isn't in the app)
-Manualy pause/resume of downloads

Should I use Android's DownloadManager or implement my own download manager?

thanks in advance!

도움이 되었습니까?

해결책 2

Well I finally Implemented my own download manager, As it is best way to make it flexible to my needs.

다른 팁

Of course it is much easier and probably less error-prone to go with the Android DownloadManager. Be aware though, that it needs Android 2.3 (not so much of a problem anymore I should think).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top