Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Android SDK Example App

This example Android app demonstrates how Basis Theory Elements can be integrated into your Android applications.

Setup

  1. Clone this repository

  2. Open the project in Android Studio

  3. Install and start a virtual device in Android Studio

  4. Copy the local.properties.example file to local.properties and set the following properties:

    • sdk.dir: Local path to the Android SDK on your machine, e.g. /Users/me/Library/Android/sdk
    • com.basistheory.android.example.apiUrl: https://api.basistheory.com
    • com.basistheory.android.example.apiKey: A Basis Theory API key with token:create permission on the / container
  5. Build and run the example module on your virtual device

Examples