This is an Android application which can be used to search images using google image search apis.
GoogleImageSearch is hosted in the following web site
https://github.com/shalin186/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 | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-async-http-1.4.5.jar picasso-2.3.4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in GoogleImageSearch. The names of the image files are listed as follows.
ic_action_search.png ic_action_settings.png ic_action_share.png
The following screenshort is generated from the image listed above.
GoogleImageSearch has the following Java source files.
com.codepath.googleimagesearch.activities.FullScreenImageActivity.java com.codepath.googleimagesearch.activities.ImageSearchActivity.java com.codepath.googleimagesearch.activities.ImageSearchSettingsActivity.java com.codepath.googleimagesearch.activities.SettingsDialog.java com.codepath.googleimagesearch.adapters.ImgSearchAdapter.java com.codepath.googleimagesearch.models.ImageSearchModel.java com.codepath.googleimagesearch.models.ImageSearchSettingsModel.java com.codepath.googleimagesearch.utilities.EndlessScrollListener.java com.codepath.googleimagesearch.utilities.TouchImageView.java