Giter Club home page Giter Club logo

tweater_codepath's Introduction

Tweater

An android app that allows a user to view their Twitter timeline and post a new tweet. The app utilizes Twitter REST API.

Time spent: 10 hours spent in total

User Stories

The following required functionality is completed:

  • 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 floating action button
  • User can then enter a new tweet and post this to twitter
  • User is taken back to home timeline with new tweet visible in timeline

The following optional features are implemented:

  • User can see a counter with total number of characters left for tweet on compose tweet page
  • User can click a link within a tweet body on tweet details view. The click will launch the web browser with relevant page opened.
  • User can pull down to refresh tweets timeline
  • User can open the twitter app offline and see last loaded tweets. Persisted in SQLite tweets are refreshed on every application launch. While "live data" is displayed when app can get it from Twitter API, it is also saved for use in offline mode.
  • User can tap a tweet to open a detailed tweet view
  • User can select "reply" from detail view to respond to a tweet
  • Improve the user interface and theme the app to feel "twitter branded"

The following bonus features are implemented:

  • User can see embedded image media within the tweet detail view
  • User can watch embedded video within the tweet
  • Compose tweet functionality is build using modal overlay
  • Use Parcelable instead of Serializable using the popular Parceler library.
  • Apply the popular Butterknife annotation library to reduce view boilerplate.
  • 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.
  • Move the "Compose" action to a FloatingActionButton instead of on the AppBar.
  • Replace Picasso with Glide for more efficient image rendering.

The following additional features are implemented:

  • User can favorite tweets
  • User can retweet tweets
  • Fetches current user data to get profile image and name
  • Use Gson to store UserData into shared preferences
  • Add a layer of abstraction on top our TwitterClient to hide some ugliness
  • Add a way to use mock data from save json files so I wouldn't hit the rate limiter
  • Allow the user to unfavorite a tweet

Video Walkthrough

Basic user flow

Alt text

Too Many characters

Alt text

Auth Screen

Alt text

Open-source libraries used

tweater_codepath's People

Contributors

kpirwani-zynga avatar

Watchers

James Cloos avatar Kamran Pirwani avatar

tweater_codepath's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.