Android Open Source - Image application PicFinder






Project Summary

An android app that helps you find images from google image search..

Web Site / Source Repository

PicFinder is hosted in the following web site
https://github.com/ridhishguhan/PicFinder

If you think the Android project PicFinder 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 PicFinder.

ItemValue
Java File Count19
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count1
jar files useddisklrucache-2.0.2.jar
httpmime-4.2.5.jar
jackson-annotations-2.0.2.jar
jackson-core-2.0.2.jar
jackson-databind-2.0.2.jar
picasso-2.1.1.jar
slf4j-android-1.6.1-RC1.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE




Resource Files

There are 22 image files in PicFinder. The names of the image files are listed as follows.

button_disabled.9.png
button_disabled_focused.9.png
button_focused.9.png
button_normal.9.png
button_pressed.9.png
contact_picture_placeholder.png
ic_action_accept.png
ic_action_add_group.png
ic_action_add_person.png
ic_action_collections.png
ic_action_copy.png
ic_action_cut.png
ic_action_new.png
ic_action_paste.png
ic_action_picture.png
ic_action_remove.png
ic_action_search.png
ic_action_settings.png
ic_action_upload.png
ic_chooser.png
ic_drawer.png
list_selector_disabled.9.png

The following screenshort is generated from the image listed above.

null




Java Source Files

PicFinder has the following Java source files.

com.riddimon.pickpix.SearchActivity.java
com.riddimon.pickpix.SearchService.java
com.riddimon.pickpix.api.HttpManager.java
com.riddimon.pickpix.api.HttpUtils.java
com.riddimon.pickpix.api.ImageResult.java
com.riddimon.pickpix.api.ImageSearchRequest.java
com.riddimon.pickpix.api.ImageSearchResult.java
com.riddimon.pickpix.api.ResultCursor.java
com.riddimon.pickpix.api.ServiceApi.java
com.riddimon.pickpix.api.ServiceRequest.java
com.riddimon.pickpix.api.ServiceResult.java
com.riddimon.pickpix.db.ImageSearchProvider.java
com.riddimon.pickpix.db.SearchProvider.java
com.riddimon.pickpix.util.JsonUtil.java
com.riddimon.pickpix.util.StatusCode.java
com.riddimon.pickpix.util.TaskExecutor.java
com.riddimon.pickpix.util.Utils.java