akihito104 / UdonRoad

my Twitter app for Android
Apache License 2.0
0 stars 0 forks source link

UdonRoad

UdonRoad is an Android twitter client of me, by me, for me.

powered by http://twitter4j.org

setup

  1. get Consumer Key and Consumer Secret from apps.twitter.com

  2. 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>
  3. build app

    ./gradlew installDebug