Skip to content

robertkarl/RKTwitter

Repository files navigation

CodePath - Week 4 - Twitter client - Robert Karl

View Week 3 submission notes here

GIF Walkthrough

Walkthrough

User Stories

Timeline and Mention views

  • 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 tabs in a gingerbread-compatible approach

User can navigate to their own profile

  • See picture, # followers, # following, # tweets
  • tagline (oops)

View another user's profile by clicking their profile image

  • See picture, # followers, # following, # tweets

  • other user's tagline

  • Include that user's timeline

  • (optional) View following/followers list

  • Advanced: Robust error handling, check if internet is available, handle error cases, network failures

    • Show mentions when offline
    • Show home timeline when offline
    • Display user profile when offline
  • Advanced: When a network request is sent, user sees an indeterminate progress indicator

  • 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 the app to feel twitter branded

  • Advanced: User can search for tweets matching a particular query and see results

  • Bonus: User can view their direct messages (or send new ones)

Time spent

~25 hours

GIF Walkthroughs before adding fragments

Login, infinite scroll, Favorite, Tweet details and images

-Walkthrough 1

Offline state, auto-retry, compose and reply

-Walkthrough 2 +Walkthrough 2

About

Android Twitter Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published