pabeekm / New-York-Times-Search

New York Times Search app for Code Path week 2
0 stars 0 forks source link

[FBU Android] Completed New York Times Search Assignment -- Patricia Beekman #1

Open pabeekm opened 8 years ago

pabeekm commented 8 years ago

I've completed the New York Times Search assignment, please review. ./cc @codepathreview @codepath

codepathreview commented 8 years ago

:+1: Nice work Patricia. It's great to see how far you've come after the first two weeks of the course! This past week we focused a lot on navigation with intents, customising the ActionBar / ToolBar, debugging, and using device SDK's (like camera and maps). We also got more practice sending network requests and passing parameters to the NY Times API to specify our desired page number and filter options. We hope you found this assignment useful and learned a lot while building your own NY Times app!

We put together a detailed Project 3 Feedback Guide here which covers the most common issues with this 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. Next week we'll be building a Twitter Client, which will be especially important since it introduces the majority of the remaining pieces necessary to build a fully functional app with complex feeds of data and user creation.