Bookshelf Example - Android App Skeleton.
android-bookshelf-example is hosted in the following web site
https://github.com/filip26/android-bookshelf-example
If you think the Android project android-bookshelf-example 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 android-bookshelf-example.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
There are 1 image files in android-bookshelf-example. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
android-bookshelf-example has the following Java source files.
org.example.bookshelf.BookDto.java org.example.bookshelf.activity.BookshelfActivity.java org.example.bookshelf.adapter.BooksAdapter.java org.example.bookshelf.view.BookshelfView.java org.example.bookshelf.xml.BooksXmlParser.java org.example.bookshelf.xml.DownloadBooksTask.java