prafulmantale / MobileDevelopment

For Android and IOS applications development
0 stars 0 forks source link

[Android Bootcamp] Project 3- Review my app #4

Open prafulmantale opened 10 years ago

prafulmantale commented 10 years ago

My app is complete, please review. /cc @thecodepath @nesquena README is available at "https://github.com/prafulmantale/MobileDevelopment/blob/master/Codepath/android/assignments/TwitterApp/README.md"

Special Review request: When the tweets are downloaded only the tweets with unique user id are getting saved to DB. Can you please review and let me know what exactly is wrong with Tweet class.

codepathreview commented 10 years ago

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

I looked at the Tweet class, nothing looks particularly wrong, I will look more and clone and run your app to see what is going on.

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.