Skip to content

cdsurfer0212/Android-Training-SimpleTwitterClient

Repository files navigation

Simple Twitter Client App Demo

Project 4

Completed user stories:

  • User can sign in using OAuth login flow

  • User can view last 25 tweets from their home timeline

    • User should be able to see the user, body and timestamp for tweet
    • User should be displayed the relative timestamp for a tweet "8m", "7h"
  • User can load more tweets once they reach the bottom of the list using "infinite scroll" pagination

  • User can compose a new tweet

    • User can click a “Compose” icon in the Action Bar on the top right
    • User will have a Compose view opened
    • User can enter a message and hit a button to post to twitter
    • User should be taken back to home timeline with new tweet visible
  • Optional: User can refresh tweets timeline by pulling down to refresh (i.e pull-to-refresh)

  • Optional: 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

  • Stretch: User can see an embedded media (image) within tweet detail view

  • Includes all required user stories from Week 3 Twitter Client

  • 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")
    • Optional: Implement this in a gingerbread-compatible approach
  • 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

Walkthrough of all user stories:

Video Walkthrough

Video Walkthrough

GIF created with LiceCap.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages