Open vijayj opened 11 years ago
Vijay, :+1: nice work overall. 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, Models, Authentication, API Communication, Preferences, ActionBar, et al) and see how they all fit together. We are close to a turning point in the course where you should be hitting a "critical mass" for your Android knowledge.
had trouble saving records with ActiveAndroid failing
What's the exact error?
Nathan, I took your suggestion and saved the nested 'user' models as a part of tweet constructor. That fixed the saving issue. I also had to find a way to reset endless scroll listener after doing pull to refresh and an initial load
Great, glad you got it all working. You will be carrying over the same project for project 4 as well so you can get a sense for how to build more substantial apps.
Twitter client
Used a custom drawable button for compose
Using pullToRefresh for refreshing tweets
Added a pretty time library
had trouble saving records with ActiveAndroid failing
/cc @nesquena @timothy1ee