Twittfuse is simple twitter client with additional features than TwittFuse. Allowing users to do basic twitter functionality. This application is developed with intent to learn android programming by making it as close to real twitter app as possbile in time frame.
Time spent: 25 hours spent in total.
Completed user stories:
[x] Required: All user stories from TwittFuse/Week 3 (Required,Optional,Advanced,Bonus)
[x] Required: User can switch between Timeline and Mention views using tabs.
[x] Required: User can view their home timeline tweets.
[x] Required: User can view the recent mentions of their username.
[x] Required: User can scroll to bottom of either of these lists and new tweets will load ("infinite scroll")
[x] Optional: Implement tabs in a gingerbread-compatible approach (Not applicable as Implemented View Pager)
[x] Required: User can navigate to view their own profile
[x] Required: 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.
[x] Required: User can see picture, tagline, # of followers, # of following, and tweets of clicked user.
[x] Required: Profile view should include that user's timeline
[x] Required: User can view following / followers list through the profile
[x] Advanced: Robust error handling, check if internet is available, handle error cases, network failures.
[x] Advanced: When a network request is sent, user sees an indeterminate progress indicator
[x] Advanced: User can "reply" to any tweet on their home timeline
[x] The user that wrote the original tweet is automatically "@" replied in compose
[x] Advanced: User can click on a tweet to be taken to a "detail view" of that tweet
[x] Advanced: User can take favorite (and unfavorite) or reweet actions on a tweet
[x] Advanced: Improve the user interface and theme the app to feel twitter branded
[x] Advanced: User can search for tweets matching a particular query and see results
[x] Bonus: User can view their direct messages (or send new ones) :Implemented "MESSAGES" tab to view direct messages.
Know issue with Fling/Fast Scroll with PullToRefreshListView: https://github.com/erikwt/PullToRefresh-ListView/issues/42
Third Party Utilities/source used for building this app: