Skip to content

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.

Mobile-Telematics/telematicsSDK-demoapp-Android-java

Repository files navigation

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