upkarlidder / twitterclone

0 stars 0 forks source link

TwitterClone

Overview

This is the third project for codePath. The following stories are implemented:

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
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
Optional: User can see a counter with total number of characters left
Optional: User can load more tweets once they reach the bottom
Using "Lazy Load" or "Load More" Button

The following story could not be implemente due to lack of time:
Optional: User can open the twitter app offline and see recent tweets
Tweets are persisted into sqlite and displayed from the local DB