vijayj / adtTwitter

twitter for android
0 stars 0 forks source link

[Android Bootcamp] Adt Twitter. Please review #1

Open vijayj opened 11 years ago

vijayj commented 11 years ago

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

nesquena commented 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.

nesquena commented 11 years ago

had trouble saving records with ActiveAndroid failing

What's the exact error?

vijayj commented 11 years ago

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

nesquena commented 11 years ago

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.