codepath assignmnet # 2.
Completed following user stories.
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 such as:
Size (small, medium, large, extra-large) - Required
Color filter (black, blue, brown, gray, green, etc...) - Required
Type (faces, photo, clip art, line art) - Required
Site (espn.com) - Required
Image type (png, jpg etc) - Optional. - added extra filter
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) - Required
Advanced: Robust error handling, check if internet is available, handle error cases, network failures - Implemented
Advanced: Use the ActionBar SearchView or custom layout as the query box instead of an EditText - Implemented
Advanced: User can share an image to their friends or email it to themselves - Implemented
Advanced: Replace Filter Settings Activity with a lightweight modal overlay - Implemented
Advanced: Improve the user interface and experiment with image assets and/or styling and coloring - Implemented
Bonus: Use the StaggeredGridView to display improve the grid of image results - Implemented
Bonus: User can zoom or pan images displayed in full-screen detail view - Implemented
Demo link: https://github.com/aftabnaqvi/GridImageSearch/blob/master/GridImageSearch.gif
updated demo link: https://github.com/aftabnaqvi/GridImageSearch/blob/master/GridImageSearch_1.gif