This is enhancement from Simple Twitter client to use a tabbed interface and fragments.
Time spent: 10 hours spent in total
Completed user stories:
[x] Required: 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.
[x] Required: User can navigate to view their own profile User can see picture, tagline, # of followers, # of following, and tweets on their profile.
[x] Required: 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
[x] Required: User can infinitely paginate any of these timelines (home, mentions, user) by scrolling to the bottom
[x] Advanced: Improve the user interface and theme the app to feel "twitter branded"
[x] Bonus: Use Parcelable instead of Serializable using the popular Parceler library.
Walkthrough of all user stories:
![Video Walkthrough] (AdvancedTwitterClient.gif)
GIF created with LiceCap.
Open-source libraries used