Skip to content

rutvijkumarshah/TwittFuse-2

Repository files navigation

Twittfuse 2

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:

  • Required: All user stories from TwittFuse/Week 3 (Required,Optional,Advanced,Bonus)

  • Required: User can switch between Timeline and Mention views using tabs.

  • Required: User can view their home timeline tweets.

  • Required: User can view the recent mentions of their username.

  • Required: 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 (Not applicable as Implemented View Pager)

  • Required: User can navigate to view their own profile

  • Required: User can see picture, tagline, # of followers, # of following, and tweets on their profile.

  • Required: User can click on the profile image in any tweet to see another user's profile.

  • Required: User can see picture, tagline, # of followers, # of following, and tweets of clicked user.

  • Required: Profile view should include that user's timeline

  • Required: 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) :Implemented "MESSAGES" tab to view direct messages.

Other Additional goodies :

  • User profile shows profile image and description in slider like twitter app.
  • User can see if opened user profile he is following or not.
  • User can follow/Unfollow user from his user profile view
  • User can see list of Followers/Following users from visited users profile and can add them if he is not following.
  • Pager Sliding Tabs to display Home,Mentions,Messages information in sliding tabs just like google play store.
  • Custom Stlyed Search View in Action bar.
  • Show and hide action bar menu items based on context ( activity).
  • Logout from app.

Other Additional goodies from first version of TwittFuse:

  • Allow user to post Tweet when network is not available (offline) tweet.
  • App posts offline Tweet when network is available and shows notification to User.
  • Reply to multiple handles: App parse tweet content and find all handles from tweet and making sure no duplicate handles in reply.
  • Embeded view all any kind of url: App shows first url in full webView allowing it to show any url not just images.
  • App does not make extra network call on device rotations (orientation change) instead it loads tweets from local db.
  • Text tracking counter in minus to show user no of over typed characters.
  • Shows Retweet information on top header for every tweet ( if tweet is retweeted) just like official twitter app.
  • User can retweet a particular tweet from Time line activity (list of tweets) & from Tweet details activity.
  • User can mark favorite a particular tweet from Time line activity (list of tweets) & from Tweet details activity.
  • Shows and update retweet & favorite view counters.
  • Shows custom view in Toast when network is unavailable.
  • Share Tweet in email or social meida with friends.

Know issue with Fling/Fast Scroll with PullToRefreshListView: erikwt/PullToRefresh-ListView#42

Third Party Utilities/source used for building this app:

  1. CodePath Rest Template (https://github.com/thecodepath/android-rest-client-template)
  2. AsyncHttpClient
  3. UniversalImageLoader
  4. Twitter-Text
  5. Twitter blue color : http://www.colourlovers.com/color/4099FF/Twitter_Blue
  6. How to drow spearators : http://stackoverflow.com/questions/5049852/android-drawing-separator-divider-line-in-layout
  7. Pager Sliding Tabs https://github.com/astuetz/PagerSlidingTabStrip
  8. ViewPager Indicator http://viewpagerindicator.com/

Video walkthrough of all user stories:

About

Twitter Client Part 2 with Fragments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages