Overview: Build a simple Twitter client that supports viewing a Twitter timeline and composing a new tweet.
Completed User Stories:
The following user stories are completed:
1.User can sign in to Twitter using OAuth login
2.User can view the tweets from their home timeline
3.User should be able to see the username, name, body and timestamp for each tweet
4.User should be displayed the relative timestamp for a tweet "8m", "7h"
5.User can view more tweets as they scroll with infinite pagination
6.User can compose a new tweet
7.User can click a “Compose” icon in the Action Bar on the top right
8.User can then enter a new tweet and post this to twitter
8.User is taken back to home timeline with new tweet visible in timeline
9.Optional: User can see a counter with total number of characters left for tweet
10.Advanced: User can tap a tweet to display a "detailed" view of that tweet
Notes:
Walkthrough of all user stories:
.