This is developed as part of Code Path Training
- User can switch between Timeline and Mention views using tabs.
- User can click icon on Action Bar to view their profile
- User can click on the profile image in any tweet to see that user's profile.
- User can sign in using OAuth login flow
- User can view last 25 tweets from their home timeline
- User should be able to see the user, body and timestamp for tweet - Not displaying timestamp right now
- User can compose a new tweet
- User can click a Compose icon in the Action Bar on the top right
- User will have a Compose view opened
- User can enter a message and hit a button to Post
- User should be taken back to home timeline with new tweet visible - NOT WORKING YET
- User can see a counter with total number of characters left for tweet
- User can load more tweets once they reach the bottom of the list - NOT WORKING YET
- Using "Load More" Button or "Lazy Endless" Scrolling - NOT WORKING YET
- Pull Down to Refresh - NOT WORKING YET