Sample App from Busy Coder's Guide to Android Development..
EmPubLite is hosted in the following web site
https://github.com/daleknauss/EmPubLite
If you think the Android project EmPubLite 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 EmPubLite.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 15 |
Activity Count | 4 |
Fragment Count | 3 |
Required Permissions | android.permission.INTERNET android.permission.RECEIVE_BOOT_COMPLETED android.permission.WAKE_LOCK |
Asset File Names | assets\book\contents.json |
There are 6 image files in EmPubLite. The names of the image files are listed as follows.
ic_action_about.png ic_action_discard.png ic_action_edit.png ic_action_help.png ic_action_refresh.png ic_action_settings.png
The following screenshort is generated from the image listed above.
EmPubLite has the following Java source files.
com.commonsware.empublite.ApplicationTest.java com.commonsware.empublite.BookContents.java com.commonsware.empublite.BookLoadedEvent.java com.commonsware.empublite.BookUpdateInfo.java com.commonsware.empublite.BookUpdateInterface.java com.commonsware.empublite.BookUpdatedEvent.java com.commonsware.empublite.ContentsAdapter.java com.commonsware.empublite.DatabaseHelper.java com.commonsware.empublite.DownloadCheckService.java com.commonsware.empublite.EmPubLiteActivity.java com.commonsware.empublite.ModelFragment.java com.commonsware.empublite.NoteActivity.java com.commonsware.empublite.NoteFragment.java com.commonsware.empublite.NoteLoadedEvent.java com.commonsware.empublite.Preferences.java com.commonsware.empublite.SimpleContentActivity.java com.commonsware.empublite.SimpleContentFragment.java com.commonsware.empublite.UpdateReceiver.java