App for previewing comics on android. Main purpose of this project is to create a comics' previewer with pluggable architecture, so many comics could be supported. Any support will be appreciated :).
ComicsPreviewer is hosted in the following web site
https://github.com/firen/ComicsPreviewer
If you think the Android project ComicsPreviewer 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 ComicsPreviewer.
Item | Value |
---|---|
Java File Count | 5 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\garfield.gif |
ComicsPreviewer has the following Java source files.
com.firen.comicspreviewer.ComicsPreviewerActivity.java com.firen.comicspreviewer.ComicsProvider.java com.firen.comicspreviewer.ComicsProviderException.java com.firen.comicspreviewer.MyImageView.java com.firen.comicspreviewer.comicsprovides.XKCDComicsProvider.java