Skip to content

Files

Latest commit

d5e357b · Jun 7, 2021

History

History
36 lines (32 loc) · 1.95 KB

File metadata and controls

36 lines (32 loc) · 1.95 KB

Mobile Telematics demo app JAVA

This is an app that demonstrates using of the Telematics SDK and walks you through the integration. The SDK tracks user location and driving behavior such as speeding, cornering, braking, distracted driving, and other parameters.

Installation


  • Clone this repository to local folder
  • Open project with Android Studio
  • Open MainActivity.kt file and setup YOUR_TOKEN with your real Devicetoken
    private static final String 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!

Use the app

  • Make a trip
  • Check your trip in the Datahub

Telematics SDK

More details on Mobile telematics