teekirol / codepath-twitter-client

A Twitter client for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter client

This is a Twitter client for Android

Week 3 Completed user stories:

  • Required: User can sign in to Twitter using OAuth login
  • Required: User can view the tweets from their home timeline
  • Required: User should be displayed the username, name, and body for each tweet
  • Required: User should be displayed the relative timestamp for each tweet "8m", "7h"
  • Required: User can view more tweets as they scroll with infinite pagination
  • Optional: Links in tweets are clickable and will launch the web browser
  • Required: User can compose a new tweet
  • Required: User can click a "Compose" icon in the Action Bar on the top right
  • Required: User can then enter a new tweet and post this to twitter
  • Required: User is taken back to home timeline with new tweet visible in timeline
  • Advanced: User can refresh tweets timeline by pulling down to refresh (i.e pull-to-refresh)
  • Advanced: Improve the user interface and theme the app to feel "twitter branded"

Walkthrough of all week 3 user stories:

Video walkthrough

Week 4 Completed user stories:

  • Required: User can switch between Timeline and Mention views using tabs
  • Required: User can navigate to view their own profile. 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.
  • User can infinitely paginate any of these timelines (home, mentions, user) by scrolling to the bottom
  • Advanced: Robust error handling, check if internet is available, handle error cases, network failures
  • Advanced: Improve the user interface and theme the app to feel twitter branded
  • Optional: User can log out

Walkthrough of all week 4 user stories:

Video walkthrough

About

A Twitter client for Android


Languages

Language:Java 100.0%