Open vandanab opened 10 years ago
There was a gotcha which I took care of and might be worth mentioning in the assignment instructions: For retweeted tweets from your friends which show in the timeline, the original tweet is displayed instead of the retweet, with just the name of the friend who retweeted on the top and the profile picture of the owner of the original tweet. I am assuming most students would have noticed that.
:+1: Good work Vandana. 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.
Hi Review team, Week 3 assignment, i.e. a basic twitter client is completed. Please take a look.
I was not able to use parcelable (for passing tweet for detail page view) as suggested in the last review, due to time constraints. Will try to use it next time. Also spent a bit more amount of time on the UI than I should have, otherwise would have gotten in the remaining bonus stories. I did not implement the compose in a modal overlay because I did it in last assignment. I could not complete db persistence (with images also saved on the local store). Would try to get it in, in the next assignment.
Completed user stories: Required:
Optional:
@thecodepath @nesquena @codepathreview