Skip to main content

Android SDK

Integrate Embloy's prebuilt application UI into the application process of your Android app with the ApplicationSheet class.

info

The Embloy Android SDK is currently under development and not released yet. However, the documentation is already set up, so that you can get a glimpse of what's coming.

Set up Embloy

First, you need an Embloy account. Register now.

Server-side

This integration requires endpoints on your server that talk to the Embloy API. Use our official libraries for access to the Embloy API from your server. See also the Server-side SDKs.

Client-side

The Embloy Android SDK is open source and fully documented.

To install the SDK, add embloy-android to the dependencies block of your app/build.gradle file:

build.gradle
apply plugin: "com.android.application"

android { ... }

dependencies {
// ...

// Embloy Android SDK
implementation "com.embloy:embloy-android:0.1.0"
}
note

For details on the latest SDK release and past versions, see the Releases page on GitHub. To receive notifications when a new release is published, watch releases for the repository.