And you thought the last Birdfeed was good 😏
Required:
- All user stories from the last assignment
- 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.
- Optional: Implement tabs in a gingerbread-compatible approach
- 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:
- Optional: User can view following / followers list through the profile
- Advanced: User can "reply" to any tweet on their home timeline
- The user that wrote the original tweet is automatically "@" replied in compose
- Advanced: Improve the user interface and theme the app to feel twitter branded
- 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: User can search for tweets matching a particular query and see results
- 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