prachiagrawal / SimpleTwitter-Codepath

0 stars 0 forks source link

Simple Twitter Client

A simple twitter client app for Android.

Old user stories completed

Time spent: In total, ~23 hours.

New user stories completed

Time spent: In total, ~20 hours. Most time was spent in getting the UI to my liking.

Walkthrough of all user stories:

Video Walkthrough

GIF created with LiceCap.

Used Twitters's APIs to get the data, UniversaleImageLoader (https://github.com/nostra13/Android-Universal-Image-Loader) to download and display the images and Android Async Http Client for all Async calls to the Instagram APIs (http://loopj.com/android-async-http/). Also used Scribe (https://github.com/fernandezpablo85/scribe-java) for oauth and Codepath's Rest Client template (https://github.com/thecodepath/android-rest-client-template).