UdonRoad is an Android twitter client of me, by me, for me.
powered by http://twitter4j.org
get Consumer Key and Consumer Secret from apps.twitter.com
add the Key and Secret as string resource like below
<string name="consumer_key">[your app's Consumer Key]</string>
<string name="consumer_secret">[your app's Consumer Secret]</string>
build app
./gradlew installDebug