Sample Android app -- Google Image Search API + Picasso + Retrofit + Otto.
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.
The following table is the detailed list of ImageSearch.
Item | Value |
---|---|
Java File Count | 13 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
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