An android app for google image search.
GridImageSearch is hosted in the following web site
https://github.com/jaiminshah/GridImageSearch
If you think the Android project GridImageSearch 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 GridImageSearch.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 1 |
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 GridImageSearch. The names of the image files are listed as follows.
ic_action_search.png ic_action_share.png ic_filter_settings.png
The following screenshort is generated from the image listed above.
GridImageSearch has the following Java source files.
com.codepath.jaiminshah.gridimagesearch.ApplicationTest.java com.codepath.jaiminshah.gridimagesearch.activities.ImageDisplayActivity.java com.codepath.jaiminshah.gridimagesearch.activities.SearchActivity.java com.codepath.jaiminshah.gridimagesearch.activities.SettingsActivity.java com.codepath.jaiminshah.gridimagesearch.adapters.ImageResultsAdapter.java com.codepath.jaiminshah.gridimagesearch.fragments.SettingsFragment.java com.codepath.jaiminshah.gridimagesearch.helpers.EndlessScrollListener.java com.codepath.jaiminshah.gridimagesearch.model.ImageResult.java com.codepath.jaiminshah.gridimagesearch.model.SearchFilter.java