#Simple Twitter App
This is a twitter android app, which is an enchance to the last week twitter app
##Completed User Stories
- User can sign in to Twitter using OAuth login.
- User can view the tweets from their home timeline.
- User should be able to see the username, name, body and timestamp for each tweet.
- User should be displayed the relative timestamp for a tweet "8m", “7h”.
- User can view more tweets as they scroll with infinite pagination.
- Optional : Links in tweets are clickable and will launch the web browser.
- User can compose a new tweet.
- User can click a “Compose” icon in the Action Bar on the top right.
- User can then enter a new tweet and post this to twitter.
- User is taken back to home timeline with new tweet visible in timeline.
- 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)
- Advanced : User can tap a tweet to display a "detailed" view of that tweet
- Advanced : User can select "reply" from detail view to respond to a tweet
- Advanced : Improve the user interface and theme the app to feel "twitter branded”
- Bonus: User can see embedded image media within the tweet detail view - Done
- Bonus: Compose activity is replaced with a modal overlay
- User can switch between Timeline and Mention views using tabs.
- 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 navigate to view their own profile
- User can see picture, tagline, # of followers, # of following, and tweets on their profile.
- User can click on the profile image in any tweet to see another user's profile.
- User can see picture, tagline, # of followers, # of following, and tweets of clicked user.
- Profile view should include that user's timeline.
- Optional : User can view following / followers list through the profile.
- Advanced : Robust error handling, check if internet is available, handle error cases, network failures.
- Advanced : When a network request is sent, user sees an indeterminate progress indicator.
- Advanced : User can "reply" to any tweet on their home timeline.
- The user that wrote the original tweet is automatically "@" replied in compose.
- Advanced : User can click on a tweet to be taken to a "detail view" of that tweet.
- Advanced : Improve the user interface and theme the app to feel twitter branded.
- Advanced: User can search for tweets matching a particular query and see results.
- Bonus: User can view their direct messages.
- My Additions : Verfied profiles are indicted by twitter verified twitter badge. (Insipired by last weeks best project)
- My Additions : Enless scrolling across all stream, i.e. tweets, friends list, follower list, search results
- My Additions : TouchImageView, Users can pan, zoom on the media on the tweet from the details view.(Insipired by last weeks best project)
- My Additions : Twitter like number formats for tweets and follower following count, i.e, * 17K, 17.3K, 300K, 2.5M etc
- My Additions : Twitter like date format on the detailed view of the tweet.
- My Additions : Option to re-tweet from detail view of a tweet.
- My Additions : Twitter like prompts for re-tweet.
- My Additions : User can reply to a tweet from detailed view also.
##App Demo
[Video Walkthrough - App Demo Please see it in HD :) ] (https://vimeo.com/108427267)