Simple Android Twitter Client for codepath class
- User can sign in to Twitter using OAuth login
- User can view the tweets from their home timeline
- User can compose a new tweet
- While composing a tweet, user can see a character counter with characters remaining for tweet out of 140
- Links in tweets are clickable and will launch the web browser
- User can refresh tweets timeline by pulling down to refresh
- User can open the twitter app offline and see last loaded tweets
- User can tap a tweet to display a "detailed" view of that tweet
- User can select "reply" from detail view to respond to a tweet
- Improve the user interface and theme the app to feel "twitter branded"
- this is somewhat done. Not super crazy but am using twitter pallete at least
- User can see embedded image media within the tweet detail view
- Compose activity is replaced with a modal overlay