Elasticode simple button example
Elasticode simple button example allows you to learn more, about how you can integrate the elasticode SDK, and show example code used to configure the UI of a simple button.
Setting up the environment is easy, you can follow the docs here
Don't forget to sign up to our service, so you can start hacking with our SDK (it's free ...) https://mc.elasticode.com/signUp.php
Connecting the app key to the SDK is VIA the onCreate:
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
ElastiCode.devModeWithLogging();
ElastiCode.startSession("YOUR_ELASTICODE_KEY", context)
}
simpleButton is an app that enables you to learn the
- How to integrate the SDK
- How to manage and control your experiences VIA the dashboard
- How to correlate relevant experiences to relevant segments (audiences)
Using our SDK, here is a step by step guide