Kevin Keller's image search project for the Android Code Path course..
Image-Search is hosted in the following web site
https://github.com/kdk-yahoo/Image-Search
If you think the Android project Image-Search 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 Image-Search.
Item | Value |
---|---|
Java File Count | 7 |
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 android-support-v4.jar picasso-2.3.4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in Image-Search. The names of the image files are listed as follows.
ic_action_save.png ic_search.png ic_settings.png
The following screenshort is generated from the image listed above.
Image-Search has the following Java source files.
com.kdk.imagesearch.activities.ImageDisplayActivity.java com.kdk.imagesearch.activities.SearchActivity.java com.kdk.imagesearch.activities.SettingsActivity.java com.kdk.imagesearch.adapters.ImageResultsAdapter.java com.kdk.imagesearch.models.ImageResult.java com.kdk.imagesearch.util.EndlessScrollListener.java com.kdk.imagesearch.util.Settings.java