Refer to sample-apps-android.
A simple single-view application that uses the Sentiance SDK.
Steps applied: Sentiance Android SDK docs
- Request a developer account by contacting Sentiance.
- Grab your test app credentials from here.
- Open this repository with Android Studio.
- In
app/build.gradle
: update the Sentiance SDK dependency version to the lastest one shown here. - In
app/src/main/java/com/sentiance/sdkstarter/MyApplication.java
: replaceYOUR_APP_ID
andYOUR_SECRET
with the credentials from the application you added in step 2. - Using Android Studio, run the application on your device.