This is an simple twitter client android application which shows users home time line and allows user to send new tweet
Time spent: 8-10 hours
Completed user stories:
- User can sign in to Twitter using OAuth login
- User can view the tweets from their home timeline * [x] User should be displayed the username, name, and body for each tweet * [x] User should be displayed the relative timestamp for each tweet "8m", "7h" * [x] User can view more tweets as they scroll with infinite pagination
- User can compose a new tweet * [x] User can click a “Tweet” Button * [x] User can then enter a new tweet and post this to twitter * [x] User is taken back to home timeline with new tweet visible in timeline
Libraries Used:
- android-async-http: https://www.dropbox.com/s/zqggkqv60zggyrt/android-async-http-1.4.5.jar?dl=1
- codepath-utils
- scribe-codepath
- codepath-oauth
- universal-image-loader-1.8.4.jar
Walkthrough of all user stories:
GIF created with LiceCap.
