Skip to content

andysklyarov/bear_sdk_demo_android

 
 

Repository files navigation

Latest BEARSDK build 3.2.1

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

Installation

maven { url 'https://s3-eu-west-1.amazonaws.com/mobile-dev.bear2b.com/bearsdk' }

dependencies {
    compile('com.bear:bearsdk:3.2.1@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

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 55.9%
  • Kotlin 44.1%