Android Open Source - Development book Demo-GoogleBook-Android






Project Summary

An android demo about searching and displaying books details using the Google Book Api..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Demo-GoogleBook-Android.

ItemValue
Java File Count10
Supported screen sizes[xhdpiv4, xxhdpiv4, mdpiv4, hdpiv4]
Activity Count2
Fragment Count1
jar files usedgoogle-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 Permissionsandroid.permission.INTERNET
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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