allo86 / NYTimes-Search

Codepath Android - Week 2 Project: New York Times Article Search
Apache License 2.0
0 stars 0 forks source link

Week 2 Project: New York Times Article Search #1

Open allo86 opened 8 years ago

allo86 commented 8 years ago

My app is complete. Please review. /cc @codepath @codepathreview

codepathreview commented 8 years ago

:+1: Great work again, following up on last week's assignment. A few notes after checking out the assignment:

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.

allo86 commented 8 years ago

Thanks @codepathreview

About your notes, actually I am using a progress bar in the Toolbar for the Search Activity. It is with the "small" style and maybe I should have used the bigger one, to make it more visible. I also used a progress bar, with horizontal style, in the Detail Activity, to show the web's load progress. Was it the right approach?

codepathreview commented 8 years ago

Yup, just noticed. Generally, use the progress bar in the place where content is going to be shown and then toggle its visibility once the network response is returned (either success or failure).

Looks great though.

allo86 commented 8 years ago

Thanks @codepathreview