Tapglue Android Sample application
Java
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.idea
android_sample_v2
app
gradle/wrapper
.gitignore
LICENSE
README.md
android_sample.iml
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

Tapglue Sample Android App

This will help you get started with Tapglue on iOS by showing a complete app.

A more detailed documentation can be found on our documentation website.

Installing with Gradle

To use the SDK in Android we recommend installing with Gradle. This will automatically install the necessary dependencies and pull the SDK binaries from the Maven Central repository.

To install the current stable version add this dependency to your build.gradle:

repositories {
    jcenter()
    // or mavenCentral()
}

dependencies {
    compile 'com.tapglue.android:tapglue-android-sdk:1.0.0'
}

That's it! Build the project try out our app.