vishalpatel / AndroidProjects

Simple android projects I work out for learning stuff.
0 stars 0 forks source link

Twitter Application assignment review #11

Open vishalpatel opened 9 years ago

vishalpatel commented 9 years ago

Hi Nathan, I have completed my app. The code is viewable at https://github.com/vishalpatel/AndroidProjects/tree/QwikTweeter/QwikTweeter

I am working on the ORM extra but its not yet complete. I did get to work on tweet media and also implemented functionality to favorite a tweet.

/cc @nesquena @thecodepath @codepath

codepathreview commented 9 years ago

:+1: nice work Vishal. 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.