SDK Demo
To get started with the GlamAR SDK, follow these steps and understand how you can integrate GlamAR SDK within your existing application. If you need further assistance, please contact us at support@glamar.io.
Clone the repository
To clone the repository:
git clone https://github.com/pixelbin-io/glamar-android/tree/v2.0.1
You can follow a thorough guide click here
Prerequisites
Make sure you have your access key setup under Pixelbin > GlamAR console. If not completed , click here
Run Locally
Open sciprt MyApp.kt inside sample project. Under Create() function we have the GlamAr.init function, update the accessKey with your accessKey. Now you are ready to run the project locally.