Android application to view the information from ebooks with epub format stored in your dropbox account.
BooksLibrary is hosted in the following web site
https://github.com/jeslat/BooksLibrary
If you think the Android project BooksLibrary 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 BooksLibrary.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 4 |
jar files used | android-support-v4.jar commons-logging-1.1.1.jar dropbox-android-sdk-1.5.4.jar epublib-core-latest.jar httpclient-4.0.3.jar httpcore-4.0.1.jar httpmime-4.0.3.jar json_simple-1.1.jar slf4j-android-1.6.1-RC1.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in BooksLibrary. The names of the image files are listed as follows.
book.png
The following screenshort is generated from the image listed above.
BooksLibrary has the following Java source files.
es.jla.bookslibrary.DetailActivity.java es.jla.bookslibrary.LibraryActivity.java es.jla.bookslibrary.LoginActivity.java es.jla.bookslibrary.adapters.BookAdapter.java es.jla.bookslibrary.comparators.DateComparator.java es.jla.bookslibrary.comparators.NameComparator.java es.jla.bookslibrary.model.Book.java es.jla.bookslibrary.utils.CheckExternalStorage.java