Small project for querying Google Images API..
GoogleImageSearch is hosted in the following web site
https://github.com/rallat/GoogleImageSearch
If you think the Android project GoogleImageSearch 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 GoogleImageSearch.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
There are 3 image files in GoogleImageSearch. The names of the image files are listed as follows.
ic_navigation_drawer.png list_loader.png placeholder.png
The following screenshort is generated from the image listed above.
GoogleImageSearch has the following Java source files.
com.rallat.search.ImageCache.java com.rallat.search.Pagination.java com.rallat.search.SearchState.java com.rallat.search.activities.BaseActivity.java com.rallat.search.activities.MainActivity.java com.rallat.search.fragments.HistoryFragment.java com.rallat.search.fragments.SearchFragment.java com.rallat.search.models.GoogleImage.java com.rallat.search.models.JsonGoogleImageParser.java com.rallat.search.models.Search.java com.rallat.search.providers.CursorDelegate.java com.rallat.search.providers.SearchCursorDelegate.java com.rallat.search.providers.SearchProvider.java com.rallat.search.providers.SearchTable.java com.rallat.search.tasks.ApiHttpUrlConnection.java com.rallat.search.tasks.DownloadImageTask.java com.rallat.search.tasks.GoogleImageSearchTask.java com.rallat.search.views.GoogleImageAdapter.java com.rallat.search.views.NavigationDrawerDelegate.java