A sample android app to perform Google Image Search using google images API..
GoogleImageSearch is hosted in the following web site
https://github.com/preraktrivedi/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 | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-async-http-1.4.3.jar android-smart-image-view-1.0.0.jar android-support-v4.jar lvanimations.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 6 image files in GoogleImageSearch. The names of the image files are listed as follows.
error_not_found.png ic_action_search.png ic_filter.png ic_launcher_new.png ic_refresh.png launcher_img_search.png
The following screenshort is generated from the image listed above.
GoogleImageSearch has the following Java source files.
codepath.preraktrivedi.apps.googlegridimagesearch.activities.GoogleGridImageSearchMainActivity.java codepath.preraktrivedi.apps.googlegridimagesearch.activities.ImageDisplayActivity.java codepath.preraktrivedi.apps.googlegridimagesearch.activities.SearchFiltersActivity.java codepath.preraktrivedi.apps.googlegridimagesearch.adapters.ImageResultArrayAdapter.java codepath.preraktrivedi.apps.googlegridimagesearch.datamodel.ImageResult.java codepath.preraktrivedi.apps.googlegridimagesearch.datamodel.ImageSearchAppData.java codepath.preraktrivedi.apps.googlegridimagesearch.datamodel.SearchFilters.java codepath.preraktrivedi.apps.googlegridimagesearch.utils.EndlessScrollListener.java codepath.preraktrivedi.apps.googlegridimagesearch.utils.ImageSearchUtils.java codepath.preraktrivedi.apps.googlegridimagesearch.utils.LayoutUtils.java