Home

GroundSage Android SDK

Create and maintain a safe environment for continuous business operations by using the ultimate crowd density monitoring system.

System requirement

Android Studio 4.0 or above with minimum support Android 6.0 or above (API level 23)

How to Get started

  • Create a sample project from Android Studio
  • Add maven { ... } into project repositories inside build.gradle
repositories {
    maven {
        url "https://dl.cloudsmith.io/public/indooratlas/mvn-public/maven/"
    }
}
  • Add implementation 'com.indooratlas.android:groundsage-android-sdk:1.0.4' to app build.gradle

You can check the latest version from here Latest version of 'groundsage-android-sdk' @ Cloudsmith

  • Request permission Manifest.permission.ACCESS_FINE_LOCATION from the app. For more information, please read android permission
  • Before starting the App, please must add both API key and secret key. For more information, please see examples.