Skip to content

josemontesdeoca/android-simple-twitter-app

Repository files navigation

#Simple Twitter Client

This is an Android demo application which implements a simple Twitter application making use of the android-rest-client-template and Twitter REST API

Time spent:

  • W3 ~20 hrs
  • W4 ~20 hrs

###Completed user stories W4

    • 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
    • Advanced: Robust error handling, check if internet is available, handle error cases, network failures
    • 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: User can take favorite (and unfavorite) or reweet actions on a tweet
    • Advanced: Improve the user interface and theme of the app.

###Completed user stories W3

    • 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
    • Optional: 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 open the twitter app offline and see last loaded tweets
    • Tweets are persisted into sqlite and can be displayed from the local DB
    • Advanced: User can tap a tweet to display a "detailed" view of that 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

###Notes:

  • Add "Sign out" feature.

###Walkthrough of all user stories:

Video Walkthrough

GIF created with LiceCap.

About

Simple Twitter Android Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages