Get started
Last updated
Was this helpful?
Last updated
Was this helpful?
Before starting DriveKit Challenge UI integration, make sure that you have initialized and components.
To add Challenge UI module to your app, add the following line to your dependencies in your application build.gradle file:
If you have , the Challenge UI module must also be manually initialized.
Then, to initialize the module in your app, you must call the initialization method in onCreate
method of your Application class:
To be able to get the list of Challenge in your application, you need to use this following method:
This method will automatically synchronize challenge data and start a new activity with our default implementation.
You can also use the challenge list fragment