Extend the simple twitter app.
Time spent: 17 hours.
Completed user stories:
- 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 tabs 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
- Optional: User can view following / followers list through the profile
- Advanced: Robust error handling, check if internet is available, handle error cases, network failures
- 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)
Implementation notes:
Tried to get progress bar working, but couldn't figure out how to replace listview while running the progress bar. Decided to revert it. Walkthrough of all user stories: