Android SDK
Overview
The Kevel Android SDK makes the ad serving and UserDB features of Kevel easily available for Android apps. It is an open source project hosted on Github.
Github Open Source Android SDK
https://github.com/adzerk/adzerk-android-sdk
Getting the SDK
We recommend that you access the SDK via Gradle. If you're running OS X and have Homebrew installed, use brew install gradle
to start the download.
The SDK is also available as a Maven package distributed through Maven Central.
Building an Android Project with the SDK
In your Java project, add the following line to your build.gradle
file as one of the dependencies:
implementation 'com.adzerk:sdk:2.0.+'
The last section refers to the version number. Make sure it matches the version of the SDK you plan to use.
Usage is described in the README of the Github project.
Updated 7 months ago