To get started with Truv API, we recommend following a step-by-step walkthrough in our docs https://docs.truv.com/docs/android-quickstart.
Android Studio
Clone the repository
git clone https://github.com/truvhq/quickstart-android
Open quickstart-android
cd quickstart-android
Create local.properties
file with the following content (values with <> should be replaced by the proper keys or values)
truvClientId="<client_id>"
truvSecret="<access_key>"
truvApiUrl="https://prod.truv.com/v1/"
truvProductType="<employment or income>"
Open the project in Android Studio and run the app.