Skip to content

agh372/TwitterClient

Repository files navigation

Twitter Client

Twitter Client is an android app that allows a user to view his Twitter timeline and post a new tweet. The app utilizes Fabric SDK.

Features

  • User can sign in to Twitter using OAuth login
  • User can view tweets from their home timeline
  • User is displayed the username, name, and body for each tweet
  • User is displayed the relative timestamp for each tweet "8m", "7h"
  • User can view more tweets as they scroll with infinite pagination. Number of tweets is unlimited. However there are Twitter Api Rate Limits in place.
  • User can compose and post a new tweet
  • User can click a “Compose” icon in the Action Bar on the top right
  • User can then enter a new tweet and post this to twitter
  • User can add tweets to their favorite list

The following bonus features are implemented:

  • Retrofit is used as REST client to retrieve and update data
  • Implemented SQLite feature to store the favorite tweets
  • Tweets can be viewed offline which are stored as cache using weak reference
  • Leverage the popular GSON library to streamline the parsing of JSON data.
  • Leverage RecyclerView as a replacement for the ListView and ArrayAdapter for all lists of tweets.
  • MVC pattern is implemented
  • Heroes tab feature allows user to search for any hero and tweet about it (Its a feature just developed to demonstrate API usage. Marvel API is used for it)

Screenshot

tweet

License

Copyright [2016] [Arjun Gurudatta Hegde]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Twitter Client is an android app that allows a user to view his Twitter timeline and post a new tweet. The app utilizes Fabric SDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages