swiftwolff / SimpleTwitterClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is an Android demo application for viewing tweets from User's Twitter Home Timeline and tweeting new status to User's Home Timeline.

Time spent: 10 hours spent in total

User Stories:

The following user stories must 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 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
User can infinitely paginate any of these timelines (home, mentions, user) by scrolling to the bottom

Walkthrough of all user stories:
alt tag

About


Languages

Language:Java 83.7%Language:XML 16.3%