Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 549 Bytes

File metadata and controls

5 lines (5 loc) · 549 Bytes

An Android library which abstracts a download manager. Applications that need to have a download screen and have a download service for downloading can use this library as such out of the box. features: • Auto resume capability which auto resumes broken downloads • Multiple threads downloading which sets up multiple connections and downloads files in ranges. This actually speeds up the downloads by up to 10 times based on tests. • History management in proper database • Asynchronous downloading so that apps can download in background