User stories implemented:
-
User can sign in to Twitter using OAuth login
-
User can view the tweets from their home timeline
2.1 User should be able to see the username, name, body and timestamp for each tweet
2.2 User should be displayed the relative timestamp for a tweet "8m", "7h"
2.3 User can view more tweets as they scroll with infinite pagination
2.4 Optional: Links in tweets are clickable and will launch the web browser (see autolink)
-
User can compose a new tweet
3.1 User can click a “Compose” icon in the Action Bar on the top right
3.2 User can then enter a new tweet and post this to twitter
3.3 User is taken back to home timeline with new tweet visible in timeline
3.4 Optional: User can see a counter with total number of characters left for tweet
-
Advanced: User can refresh tweets timeline by pulling down to refresh (i.e pull-to-refresh)
Video Link: http://youtu.be/_GB4g5RQRk0 Video Link2 : http://youtu.be/vtzBObY1SQE
Project 2:
- User can view their home timeline tweets.
- User can view the recent mentions of their username.
- User can scroll to bottom of either of these lists and new tweets will load ("infinite scroll")
- User can see picture, tagline, # of followers, # of following, and tweets on their profile.
- User can see picture, tagline, # of followers, # of following, and tweets of clicked user.