Skip to content

【Android Demo】下载器,对DownloadManager的练习使用。

Notifications You must be signed in to change notification settings

universezy/SuperDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

SuperDownloader

Introduce

An android application for downloading resource.

Maybe many people find that even if you have an 100MB bandwidth of optical fiber, it's so slowly to download resource most time. In fact, one reason is that the resource server doesn't have enough bandwidth to deal so many requests. But another reason is that your downloader limit your speed to force users paying for VIP.

So I'm extremely hating it. But as a developer, what should I do is to change, not to complain. I decide to make a downloader with three kind of download types - Url, Torrent, Magnet Link.

Android provide a API called DownloadManager, so I nearly didn't spend time finishing the first type. Then I started to learn BitTorrent protocol. After having some knowledge about it, I found that it was impossible to realize the second type and the third. So I deleted last two types.

About P2P

About BitTorrent


Screenshot

New

Here I insert a browser page, so you can browse meanwhile download.

Current

The list of current downloading tasks.

History

The list of historical downloaded tasks.

About

【Android Demo】下载器,对DownloadManager的练习使用。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published