Android Open Source - Image sample ImageSearch






Project Summary

Sample Android app -- Google Image Search API + Picasso + Retrofit + Otto.

Web Site / Source Repository

ImageSearch is hosted in the following web site
https://github.com/mattlogan/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.

Project Detail

The following table is the detailed list of ImageSearch.

ItemValue
Java File Count13
Activity Count1
Required Permissionsandroid.permission.INTERNET




Java Source Files

ImageSearch has the following Java source files.

me.mattlogan.imagesearch.ApplicationTest.java
me.mattlogan.imagesearch.ImageSearchApplication.java
me.mattlogan.imagesearch.api.ImageSearchApi.java
me.mattlogan.imagesearch.api.ImageSearchApiBus.java
me.mattlogan.imagesearch.api.ImageSearchApiHandler.java
me.mattlogan.imagesearch.api.event.ImageSearchFailedEvent.java
me.mattlogan.imagesearch.api.event.ImageSearchRequestedEvent.java
me.mattlogan.imagesearch.api.event.ImageSearchSuccessEvent.java
me.mattlogan.imagesearch.api.model.ImageData.java
me.mattlogan.imagesearch.api.model.ImageSearchResponse.java
me.mattlogan.imagesearch.api.model.ResponseData.java
me.mattlogan.imagesearch.ui.BaseActivity.java
me.mattlogan.imagesearch.ui.ImageSearchActivity.java