Get started
Last updated
Was this helpful?
Last updated
Was this helpful?
Before starting DriveKit Vehicle UI integration, make sure that TripAnalysis and modules are initialized, especially if you have .
To add the Trip Analysis UI module to your app, add the following lines to your dependencies in your application build.gradle file:
On a, you can find a demo app and the source code of Permissions Utils UI that you can use as an example.
If you have , the Trip Analysis UI module must also be manually initialized.
Then, to initialize the Trip Analysis UI module in your app, you must call the initialization method in onCreate
method of your Application class: