Mobile-Telematics / telematicsSDK-demoapp-Android-kotlin

The Demo app introduces the Telematics SDK integration for Android.

Home Page:https://www.damoov.com/telematics-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telematics demo app

This is an app that demostrate using of Telematics SDK. The app will track the person's driving behavior such as speeding, turning, braking and several other things.

Here you can find a short video guide, how to add Telematics SDK to your Android app:

Watch the video

Installation

  • clone this repository to 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!