Skip to content

Android SDK

Minimum Android Version: Android 7 (Nougat)

Installation

The SDK is available on mavenCentral().

You can install the SDK by adding it as a dependency in your project within your application's gradle file:

dependencies {
    implementation 'com.movableink.sdk:inked:2.1.0'
}

After making changes to the gradle file, perform a gradle sync.

Size

The MovableInk SDK adds approximately 0.5 MB to the compressed app size and 1.8 MB to the uncompressed app size. The "compressed app size" refers to the size of the app when it is packaged and compressed for distribution, such as when it is downloaded from the Play Store. Once downloaded, the app is decompressed and installed on the user's device. The uncompressed size is what actually occupies space on the device.