I was downloading a video file through android app, and the DownloadManager class helped me to download easier with notification on status bar. Since the DownloadManager class is introduced in 2.3 and above am stuck with downloading functionality with notification for android 2.2. It will be very helpful for me if there is any compatible library is there for DownloadManager jus like we use support jar for fragments and other stuffs. Do you know is there any library for android download manager?
Asked
Active
Viewed 1,366 times
1 Answers
1
I'm pretty sure the system service itself didn't exist before GB. So, no, I think, sorry.

Delyan
- 8,881
- 4
- 37
- 42
-
So we must write Asynctask and also customized notification for downloading functionality in android2.2 – Linson Jul 25 '13 at 13:53
-
1A quick [search](https://github.com/search?q=download+android&ref=cmdform) on Github shows a lot of libraries, so you're better off using one of them instead of rolling your own. – Delyan Jul 25 '13 at 14:02