hamam99 / android-google-image-search

Android client for the Google Image Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Google Image Search

A bare-bones Android application showcasing the Google Image Search API.

This is an Android equivalent of a web app I built using the same Google Image Search API.

Screenshots

Android Google Image Search Screenshot

Installation

git clone https://github.com/Trindaz/android-google-image-search.git

Implementation Notes

  • Android Query used for HTTP requests
  • Android caching used instead of Android Query caching for images
  • No OrderingBuffer needed as with web app equivalent; In the case of Android only an integer representing total number of initial contiguous results was needed. The difference in design was due to the fact that in a backbone application you cannot store HTTP results in the same list used to store search results for display (neatly) without them also being rendered immediately, as you can thanks to ImageAdapter in this Android app.

About

Android client for the Google Image Search API


Languages

Language:Java 100.0%