SimpleTwitterClient
Details
- Author Autumn Victor
- Time Spent Week 3: 5 hours on required, 4 hours on optionals, cleanup, and walkthrough
- Time Spent Week 4: 9 hours on required and walkthrough
Simple Twitter Client
A simple client that displays tweets and allows the user to post new tweets.
User Stories Week 3
- Required User can sign in using OAuth login flow
- Required User can view last 25 tweets from their home timeline
- Required User should be able to see the user, body and timestamp for tweet
- Required User should be displayed the relative timestamp for a tweet (8m, 7h)
- Required User can load more tweets once they reach the bottom of the list using "infinite scroll" pagination
- Required User can compose a new tweet
- Required User can click a Compose icon in the Action Bar on the top right
- Required User will have a Compose view opened
- Required User can enter a message and hit a button to post to twitter
- Required User should be taken back to home timeline with new tweet visible
- Optional Links in tweets are clickable and viewable
- Optional User can refresh tweets timeline by pulling down to refresh
- Optional User can open the twitter app offline and see last loaded tweets. Tweets are persisted into sqlite and can be displayed from the local DB
User Stories Week 4
- Required Includes all required user stories from Week 3 Twitter Client
- Required User can switch between Timeline and Mention views using tabs.
- Required User can view their home timeline tweets.
- Required User can view the recent mentions of their username.
- Required User can scroll to bottom of either of these lists and new tweets will load ("infinite scroll")
- Required User can navigate to view their own profile
- Required User can see picture, tagline, # of followers, # of following, and tweets on their profile.
- Required User can click on the profile image in any tweet to see another user's profile.
- Required User can see picture, tagline, # of followers, # of following, and tweets of clicked user.
- Required Profile view should include that user's timeline
Walkthrough Week 4
Walkthrough Week 3