Android Open Source - Framework framework DownEx






Project Summary

A light framework for downloading files.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of DownEx.

ItemValue
Java File Count15
Target SDK Version19
Minimum SDK Version11
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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