Example Android app demonstrating possible use of Otto message bus..
otto_downloader is hosted in the following web site
https://github.com/danosipov/otto_downloader
If you think the Android project otto_downloader 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 otto_downloader.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
otto_downloader has the following Java source files.
com.danosipov.asyncandroid.ottodownloader.DownloadActivity.java com.danosipov.asyncandroid.ottodownloader.DownloadApplication.java com.danosipov.asyncandroid.ottodownloader.Downloader.java com.danosipov.asyncandroid.ottodownloader.events.DownloadPauseEvent.java com.danosipov.asyncandroid.ottodownloader.events.DownloadProgressEvent.java com.danosipov.asyncandroid.ottodownloader.events.DownloadResumeEvent.java com.danosipov.asyncandroid.ottodownloader.events.DownloadStartEvent.java com.danosipov.asyncandroid.ottodownloader.events.ResetEvent.java