Android Open Source - Image search Image-Search






Project Summary

Kevin Keller's image search project for the Android Code Path course..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Image-Search.

ItemValue
Java File Count7
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count3
jar files usedandroid-async-http-1.4.5.jar
android-support-v4.jar
picasso-2.3.4.jar
Required Permissionsandroid.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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