Install Android demo app
Introduction
This is an app that showcases using the Telematics SDK. The app initializes SDK and records trips including waypoints and driving style.
Installation
clone this repository to a local folder
open project with Android Studio
Open MainActivity.kt file and setup YOUR_TOKEN
with your real device token:
private const val YOUR_TOKEN = "" // set your token
build project and run
Click on START PERMISSIONS WIZARD or START PERMISSIONS DIALOG and grant all required permissions
Click on ENABLE SDK and you are ready to go!
Updated almost 3 years ago