Skip to content

[Android Bootcamp] Submitted the CodePath SimpleTwitterClient project - Part 2 #2

@dperiwal

Description

@dperiwal

The following user stories have been be completed:

  • 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")
  • 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

The following advanced optional user stories have also been completed:

  • Advanced: Robust error handling, check if internet is available, handle error cases, network failures
  • Advanced: Uses JDX ORM for persistence in local SQLite database. The information about older tweets is automatically deleted from time-to-time when a threshold number of objects are detected.
  • 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 reweet actions on a tweet
  • Advanced:: Improve the user interface and theme the app to feel twitter branded

-- Damodar Periwal
(Sunnyvale class)
/cc @nesquena @thecodepath

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions