Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.02 KB

TwitterDroid

TwitterDroid is a clone of Twitterific designed for the Android mobile platform.

Software Requirements

TwitterDroid has been compiled and tested with,

Eclipse IDE 3.4 Android SDK release 1.0 Android Development Tools (ADT) 0.8.0

Follow the URL for complete installation instructions,

http://code.google.com/android/intro/installing.html

Twitter OAuth Credentials

You'll need to register an application with Twitter at http://twitter.com/apps in order obtain a consumer key and a consumer secret. Make sure to select 'Browser' for your application type (use any callback URL; we will be supplying our own). Paste the credentials into AuthConstants.java.

Credits

Copyright Frederic Brunel fbrunel@gmail.com TwitterDroid logo by Florent Pitoun florentp@gmail.com Port to SDK 1.0 by Joe Bowbeer http://github.com/joebowbeer

JTwitt library by Luksz Grzegorz Maciak http://code.google.com/p/jtwitt/ Base64 encoder from the Bouncy Castle library http://www.bouncycastle.org/licence.html