Skip to content

Latest commit

 

History

History
49 lines (21 loc) · 1.35 KB

File metadata and controls

49 lines (21 loc) · 1.35 KB

Incode Logo

Incode Android Samples

The Android samples include example implementations for Android and Android SDK.

Setup

Prerequisites

Some examples require a sample server from Incode.

  1. You will also need Android Studio or an Android IDE
  1. You will need to request a private maven artifact credential and add this to our gradle file (as shown in each example).

  2. You will need to install Incode's Android SDK using these instructions

How to run a sample

  1. Change directory to one of the sample folders, e.g. starter:

     cd <repo root directory>/<sample folder>
    
  2. Follow the specific instructions in each sample folder

Other samples

Android SDK Product Example including a full featured SDK implementation.