sumitusc / MyTwitterApp

0 stars 0 forks source link

[Yahoo Android] Review Project 3 - Twitter Client #1

Open sumitusc opened 10 years ago

sumitusc commented 10 years ago

/cc @nesquena @timothy1ee

sumitusc commented 10 years ago

This is a submission from "Sumit Gupta" for Twitter Client

sumitusc commented 10 years ago

User Stories:

User can sign in using OAuth login flow DONE

User can view last 25 tweets from their home timeline DONE

User can compose a new tweet DONE

User can click a “Compose” icon in the Action Bar on the top right DONE

User will have a Compose view opened DONE

User can enter a message and hit a button to Post DONE

User should be taken back to home timeline with new tweet visible DONE - Though it did not pull the timeline again. It just add the last post response to the list and remove the 25th tweet from the list.

nesquena commented 10 years ago

:+1: Nice work overall. A few thoughts:

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.