m3libea/NYTimesSearch

Project Feedback

Opened this issue ยท 0 comments

๐Ÿ‘ Excellent work! A few notes after checking out the code:

  • Good job on implementing the Palette library for dynamic card background
  • Properly reused the single base method in search activity to fetch results for both initial load and the pagination
  • Properly used spinners/checkboxes (with populated values) to allow users to select filters
  • Good to see you used model objects to represent the filters to apply to the query
  • Great job implementing DialogFragment for filters.
  • Nice to see you added the search box to the Toolbar!
  • Nice job adding the share intent to the article detail view!
  • Nice to see you used the new date picker dialog.

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.