svbeat / codepath

CodePath Bootcamp
0 stars 0 forks source link

Wk2 project: Grid Image Search #3

Open svbeat opened 10 years ago

svbeat commented 10 years ago

/cc @nesquena @thecodepath Completed the project with the following features: Required -- User can enter a search query that will display a grid of image results from the Google Image API. User can click on "settings" which allows selection of advanced search options to filter results User can configure advanced search filters such as: Size, Color, Type, and Site. Subsequent searches will have any filters applied to the search results User can tap on any image in results to see the image full-screen User can scroll down “infinitely” to continue loading more image results (up to 8 pages)

Advanced: check if internet is available (the checking is added in SearchActivity.doImageSearch(int offset)) Use the ActionBar SearchView User can share an image Implement DialogFragment for Filter Settings Add border to image in GridImageView Use the StaggeredGridView to display improve the grid of image results

codepathreview commented 9 years ago

:+1: Excellent work Qingdi. A few notes after checking out the code:

Also, here's a more detailed Project 2 Feedback Guide here which covers the most common issues with this submitted project. Read through the feedback guide point-by-point to determine how you could improve your submission.

Let us know if you have any other thoughts or questions about this assignment. The next assignment (Twitter Client) will be especially important since it introduces the majority of the remaining pieces necessary to build a fully functional API client with complex feeds of data and user creation.