Skip to content

vibhorB/Tweet.ly

Repository files navigation

Tweet.ly

Twitter Client

Features :

  1. Twitter client login via OAuth
  2. Offline storage of last viewed tweets
  3. Pull to refresh
  4. Endless scroll loading

Required Features Completed :

  1. User can sign in using OAuth login flow
  2. User can view last 25 tweets from their home timeline User should be able to see the user, body and timestamp for tweet User should be displayed the relative timestamp for a tweet "8m", "7h"
  3. User can load more tweets once they reach the bottom of the list using "infinite scroll" pagination
  4. User can compose a new tweet User can click a “Compose” icon in the Action Bar on the top right User will have a Compose view opened User can enter a message and hit a button to post to twitter User should be taken back to home timeline with new tweet visible

Optional features completed :

  1. Links in tweets are clickable and viewable
  2. User can see a counter with total number of characters left for tweet
  3. User can refresh tweets timeline by pulling down to refresh
  4. User can open the twitter app offline and see last loaded tweets Tweets are persisted into sqlite and can be displayed from the local DB
  5. User can tap a tweet to display a "detailed" view of that tweet
  6. User can select "reply" from detail view to respond to a tweet
  7. Improve the user interface and theme the app to feel twitter branded
  8. From detail view, user can reply either through text field at bottom or by clicking reply icon
  9. User can retweet from detail view by clicking; if a tweet has been retweeted, icon color changes
  10. User can mark a tweet as favorite by clicking star icon in detail view, on doing that icon color changes to red. Clicking again will remove favorite staus.
  11. User can share tweet from detail view by clicking share icon. The content sent is same as actual twitter app does.
  12. User can add images from gallery or take a new picture from camera while composing a tweet or replying to a tweet.
  13. From home view, clicking on profile image of any tweet will go to profile page(which is coming soon, not functional now)
  14. Long press image to remove it from tweet before tweeting
  15. Error handling in case of network failure, proper error messages for rate limiting error, network connectvity

Screenshots -

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

About

Twitter Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages