erikeldridge / digits-playground

A minimal app for playing with Digits on Android

Home Page:https://fabric.io/kits/android/digits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digits Playground

Goals

Implement the minimum required to:

  • Use Digits Sign In and Friend Finder on Android
  • Log as much as possible
  • Commit project to a public repo, eg generalize config

Non-goals

Set up

  1. Clone this repo

  2. Import project into Android Studio

  3. Use Fabric's install documentation for Android Digits to generate a key/secret pair, if you don't already have one

  4. Note the TWITTER_KEY and TWITTER_SECRET injected into the sample code

  5. Create an app/fabric.properties file

  6. Copy TWITTER_KEY and TWITTER_SECRET into fabric.properties as:

     TWITTER_KEY=...
     TWITTER_SECRET=...
    
  7. Sync gradle to generate BuildConfig

  8. Build and install app on a device with an address book

  9. Tap "Use my phone number" to log into app

  10. Tap "Upload contacts" to upload contacts

  11. Tap "Get contact matches" to get a list of your contacts who are using this app

  12. Tap "Clear session" to log out

  13. Filter logs by "Digits Playground" tag

References

About

A minimal app for playing with Digits on Android

https://fabric.io/kits/android/digits

License:Apache License 2.0


Languages

Language:Java 100.0%