A light framework for downloading files.
DownEx is hosted in the following web site
https://github.com/Mobile-Unicorn/DownEx
If you think the Android project DownEx listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of DownEx.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
DownEx has the following Java source files.
com.unicorn.downex.DownloadItem.java com.unicorn.downex.MainActivity.java com.unicorn.downex.core.Constants.java com.unicorn.downex.core.DownloadInfo.java com.unicorn.downex.core.DownloadMessage.java com.unicorn.downex.core.DownloadThread.java com.unicorn.downex.core.Downloader.java com.unicorn.downex.core.SpaceManager.java com.unicorn.downex.core.StopException.java com.unicorn.downex.utils.FileUtil.java com.unicorn.downex.utils.IoUtil.java com.unicorn.downex.utils.Precondition.java com.unicorn.downex.widget.DownloadActivity.java