The DevCycle Android Client SDK. This SDK uses our Client SDK APIs to perform all user segmentation and bucketing for the SDK, providing fast response times using our globally distributed edge workers all around the world.
This version of the DevCycle Android Client SDK supports a minimum Android API Version 21.
The SDK can be installed into your Android project by adding the following to build.gradle:
implementation("com.devcycle:android-client-sdk:2.1.1")
To find usage documentation, visit out docs.
To run the examples you will need to include your Mobile SDK Key and a Variable Key. The Variable used should be a 'string' type.
The Java Example apps consist of a simple blank screen that automatically triggers a variable evaluation on run and then displays a toast notification.
Code locations to update:
The Kotlin Example provides a simplified interface to evaluate flags manually, but will also automatically triggers a variable evaluation on run and then displays a toast notification.
Code locations to update: