sundarcit / SimpleTwitterClient

This is a simple twitter client.
0 stars 0 forks source link

Simple Twitter Client Android app #1

Open sundarcit opened 10 years ago

sundarcit commented 10 years ago

Hi Nathan,

I have done most of the required user stories. When a new tweet is added, the tweet is getting posted and I could see it in official Twitter app. But it is not reflecting in the time line and I have the code for this. But it screws up the App and hence commented it. I would request you to review the same. @nesquena @thecodepath

nesquena commented 10 years ago

When a new tweet is added, the tweet is getting posted and I could see it in official Twitter app. But it is not reflecting in the time line and I have the code for this. But it screws up the App and hence commented it.

See the Note 1 at the bottom on the project hints. In short, parse the Tweet from JSON and send the tweet in the result. Then append the tweet directly into the listview on the timeline rather than trying to refresh the timeline.

Nice work overall except for the failure to have the tweet show up in the timeline as outlined above. Please try to fix this and and respond back once you get it working ASAP. I have provided 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.