Android app to search images using Google Images API.
ImageSearch is hosted in the following web site
https://github.com/lorden/ImageSearch
If you think the Android project ImageSearch 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 ImageSearch.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
jar files used | android-async-http-1.4.4.jar universal-image-loader-1.9.2.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in ImageSearch. The names of the image files are listed as follows.
ic_action_filter.png ic_action_name.png ic_action_search.png
The following screenshort is generated from the image listed above.
ImageSearch has the following Java source files.
com.diegolorden.imagesearch.app.EndlessScrollListener.java com.diegolorden.imagesearch.app.FiltersActivity.java com.diegolorden.imagesearch.app.FiltersFragment.java com.diegolorden.imagesearch.app.GoogleImagesAPI.java com.diegolorden.imagesearch.app.GoogleImagesAPIFilters.java com.diegolorden.imagesearch.app.ImageDisplayActivity.java com.diegolorden.imagesearch.app.ImageResult.java com.diegolorden.imagesearch.app.ImageResultArrayAdapter.java com.diegolorden.imagesearch.app.SearchActivity.java com.diegolorden.imagesearch.app.TouchImageView.java com.diegolorden.imagesearch.app.util.SystemUiHider.java com.diegolorden.imagesearch.app.util.SystemUiHiderBase.java com.diegolorden.imagesearch.app.util.SystemUiHiderHoneycomb.java