Skip to content

elasticode-source/android-simpleButton

Repository files navigation

android-simpleButton

Elasticode simple button example

Synopsis

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.

Code Example

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)
}

Motivation

simpleButton is an app that enables you to learn the

  1. How to integrate the SDK
  2. How to manage and control your experiences VIA the dashboard
  3. How to correlate relevant experiences to relevant segments (audiences)

Installation

Using our SDK, here is a step by step guide

About

elasticode simple button example (Android studio)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages