svpranay / JenieOfImages

Google Image search
0 stars 0 forks source link

JenieOfImages

Google Image search

Image search client

Hours : 5 hours

Completed the following :

Required :

  1. User can enter a search query that will display a grid of image results from the Google Image API.

  2. User can click on "settings" which allows selection of advanced search options to filter results

  3. User can configure advanced search filters such as:

    • Size (small, medium, large, extra-large)

    • Color filter (black, blue, brown, gray, green, etc...)

    • Type (faces, photo, clip art, line art)

    • Site (espn.com)

  4. Subsequent searches will have any filters applied to the search results

  5. User can tap on any image in results to see the image full-screen

  6. User can scroll down “infinitely” to continue loading more image results (up to 8 pages)

Optional :

  1. Advanced: Use the ActionBar SearchView or custom layout as the query box instead of an EditText

  2. Advanced: Replace Filter Settings Activity with a lightweight modal overlay

Optionals :

Libraries used : picasso, android support library, android-http-async