Vikramjeet-Singh / CPTwitterClient

This is a simple Android Twitter client that supports viewing a Twitter timeline and composing a new tweet.
0 stars 1 forks source link

[Android Bootcamp] Project 3: CPTwitterClient - Ready for Review #1

Open Vikramjeet-Singh opened 9 years ago

Vikramjeet-Singh commented 9 years ago

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

P.S. - I was not able to complete following stories because I was sick most of the week:

  1. Advanced: User can open the twitter app offline and see last loaded tweets Tweets are persisted into sqlite and can be displayed from the local DB
  2. Advanced: Improve the user interface and theme the app to feel "twitter branded"
  3. Bonus: User can see embedded image media within the tweet detail view

Would that be ok if I try to finish these stories along with next week's project?

nesquena commented 9 years ago

Would that be ok if I try to finish these stories along with next week's project?

Of course, you definitely should. Next week's project is building on top of the twitter client you started this week so it's a great opportunity to add several of the week 3 optionals in addition to the 4th assignment we will introduce tomorrow. Full review shortly.

codepathreview commented 9 years ago

:+1: Great work! A few notes after checking out the code:

Here's a detailed Project 3 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. Hopefully by now you feel pretty comfortable with all the major pieces to basic Android apps (Views, Controllers, ActionBar, Navigation, Models, Authentication, API Communication, Persistence, et al) and see how they all fit together. We are close now to a turning point in the course where you should be hitting a "critical mass" towards your knowledge of Android.