Skip to content

csharathkumar/SimpleTwitterClient

Repository files navigation

Simple Twitter Client

This Android application allows a user to see his twitter timeline and perform actions like Favorite, Retweet, Reply and Compose a tweet.

Time spent: 20 hours spent in total

Completed user stories:

  • Required: Includes all required user stories from Week 3 Twitter Client
  • Required: User can switch between Timeline and Mention views using tabs. (4 points)
  • Required: User can navigate to view their own profile
  • Required: 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. (4 points total) User can see picture, tagline, # of followers, # of following, and tweets of clicked user. (1 point) Profile view should include that user's timeline (1 point) Optional: User can view following / followers list through the profile (2 points)
  • Required: User can infinitely paginate any of these timelines (home, mentions, user) by scrolling to the bottom

Completed advanced user stories:

  • Optional: Robust error handling, check if internet is available, handle error cases, network failures ( .
  • Optional: User can "reply" to any tweet on their home timeline (1 point) The user that wrote the original tweet is automatically "@" replied in compose (1 point)
  • Optional: User can click on a tweet to be taken to a "detail view" of that tweet (1 point) User can take favorite (and unfavorite) or retweet actions on a tweet (1 point)
  • Optional: Improve the user interface and theme the app to feel "twitter branded"
  • Optional: User can select "reply" from detail view to respond to a tweet.
  • Optional: Compose activity is replaced with a modal overlay.
  • Optional: Use Parcelable instead of Serializable using the popular Parceler library. .
  • Optional: Apply the popular Butterknife annotation library to reduce view boilerplate.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Alt text

GIF created with LiceCap.

About

Codepath Bootcamp Assignment 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages