Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 989 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 989 Bytes

DEPRECATED

Refer to sample-apps-android.

A simple single-view application that uses the Sentiance SDK.

Steps applied: Sentiance Android SDK docs

To run this project:

  1. Request a developer account by contacting Sentiance.
  2. Grab your test app credentials from here.
  3. Open this repository with Android Studio.
  4. In app/build.gradle: update the Sentiance SDK dependency version to the lastest one shown here.
  5. In app/src/main/java/com/sentiance/sdkstarter/MyApplication.java: replace YOUR_APP_ID and YOUR_SECRET with the credentials from the application you added in step 2.
  6. Using Android Studio, run the application on your device.

More info