Giter VIP home page Giter VIP logo

dwitter's Introduction

Dwitter (Twitter Client)

This is an Android application for reading and posting new tweets to Twitter.

Time spent: 27 hours spent in total

##User stories (Week 3):

  • Required: User can sign in to Twitter using OAuth login
  • Required: User can view the tweets from their home timeline
  • Required: User should be displayed the username, name, and body for each tweet
  • Required: User should be displayed the relative timestamp for each tweet "8m", "7h"
  • Required: User can view more tweets as they scroll with infinite pagination
  • Required: User can compose a new tweet
  • Required: User can click a “Compose” icon in the Action Bar on the top right
  • Required: User can then enter a new tweet and post this to twitter
  • Required: User is taken back to home timeline with new tweet visible in timeline
  • Optional: While composing a tweet, user can see a character counter with characters remaining for tweet out of 140
  • Optional: Links in tweets are clickable and will launch the web browser (see autolink)
  • Optional: User can refresh tweets timeline by pulling down to refresh (i.e pull-to-refresh)
  • Optional: Improve the user interface and theme
  • Optional: Apply the popular Butterknife annotation library to reduce view boilerplate.
  • Optional: Leverage RecyclerView as a replacement for the ListView and ArrayAdapter for all lists of tweets.
  • Optional: Move the "Compose" action to a FloatingActionButton instead of on the AppBar.
  • Optional: Replace all icon drawables and other static image assets with vector drawables where appropriate.
  • Optional: Replace Picasso with Glide for more efficient image rendering.

##User stories (Week 4):

  • Required: Includes all required user stories from Week 3 Twitter Client
  • Required: User can switch between Timeline and Mention views using tabs. (4 points)
  • User can view their home timeline tweets.
  • User can view the recent mentions of their username.
  • Required: User can navigate to view their own profile (3 points)
  • 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. (4 points total)
  • User can see picture, tagline, # of followers, # of following, and tweets of clicked user. (1 point)
  • Profile view should include that user's timeline (1 point)
  • Optional: User can view following / followers list through the profile (2 points)
  • Required: User can infinitely paginate any of these timelines (home, mentions, user) by scrolling to the bottom (1 point)
  • Optional: Stretch: Use Parcelable instead of Serializable using the popular Parceler library.
  • Optional: When a network request is sent, user sees an indeterminate progress indicator

##Walkthrough of all user stories: Video Walkthrough

Week 3 Walkthrough

GIF created with LiceCap.

License

Copyright 2016 David Lee

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.

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.