kenanpulak / gridImageSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grid Image Search

Overview: Build a Google Image Search app which allows a user to select search filters and paginate results infinitely.

Time spent: 6 hours spent in total

Completed user stories:

  • Required: User can enter a search query that will display a grid of image results from the Google Image API

  • Required: User can click on "settings" which allows selection of advanced search options to filter results

  • Required: User can configure advanced search filters for Size (small, medium, large, extra-large)

  • Required: User can configure advanced search filters for Color filter (black, blue, brown, gray, green, etc...)

  • Required: User can configure advanced search filters for Type (faces, photo, clip art, line art)

  • Required: User can configure advanced search filters for Site (espn.com)

  • Required: Subsequent searches will have any filters applied to the search results

  • Required: User can tap on any image in results to see the image full-screen

  • Required: User can scroll down “infinitely” to continue loading more image results (up to 8 pages)

  • Advanced: Replace Filter Settings Activity with a lightweight modal overlay

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

  • Bonus: User can zoom or pan images displayed in full-screen detail view

Walkthrough of all user stories:

Video Walkthrough

About


Languages

Language:Java 98.3%Language:Groovy 1.7%