Skip to content

Kalskiman/bear_sdk_demo_android

 
 

Repository files navigation

Latest BEARSDK build 2.0.5

Detailed explanations can be found at: https://developer.bear2b.com/docs/sdk-android/

Installation

maven {
    url 's3://mobile-dev.bear2b.com/bearsdk'
    credentials(AwsCredentials) {
        accessKey "AKIAIDDEJY37ZIBU3Q4A"
        secretKey "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"
    }
}

dependencies {
    compile('com.bear:bearsdk:2.0.5@aar') {
        transitive = true
    }
}

Documentation

https://bear2b.github.io/private_bear_sdk_android/

Sample targets

Once you compiled and installed the application on a physical device, you can scan the markers located in the https://github.com/bear2b/bear_sdk_demo_android/tree/master/markers folder.

These are examples to show you preview of augmented targets using https://go.bear2b.com.

About

BEAR SDK sample app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%