An android demo about searching and displaying books details using the Google Book Api..
Demo-GoogleBook-Android is hosted in the following web site
https://github.com/Jungerr/Demo-GoogleBook-Android
If you think the Android project Demo-GoogleBook-Android 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 Demo-GoogleBook-Android.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [xhdpiv4, xxhdpiv4, mdpiv4, hdpiv4] |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | google-api-client-1.19.0.jar google-api-services-books-v1-rev63-1.19.0.jar google-http-client-1.19.0.jar google-http-client-android-1.19.0.jar google-http-client-jackson2-1.19.0.jar |
Required Permissions | android.permission.INTERNET android.permission.MOUNT_UNMOUNT_FILESYSTEMS android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in Demo-GoogleBook-Android. The names of the image files are listed as follows.
drawer_shadow.9.png wb_pic_loading_large.png
The following screenshort is generated from the image listed above.
Demo-GoogleBook-Android has the following Java source files.
com.lqg.googlebook.support.GlobalApplication.java com.lqg.googlebook.support.http.Search.java com.lqg.googlebook.support.util.ImageLoaderUtil.java com.lqg.googlebook.support.util.LogUtil.java com.lqg.googlebook.support.util.SearchSetting.java com.lqg.googlebook.ui.detail.BookDetailActivity.java com.lqg.googlebook.ui.search.MainActivity.java com.lqg.googlebook.ui.search.SearchFragment.java com.lqg.googlebook.ui.search.SearchResultAdapter.java com.lqg.googlebook.ui.search.SearchSetingFragment.java