Skip to content

Banuba/arcloud-android-kotlin

Repository files navigation

Quick start examples for Banuba SDK on Android.

Getting Started

  1. Get the latest Banuba SDK client token. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com.
  2. Copy and Paste your client token into appropriate section of BANUBA_CLIENT_TOKEN
  3. Open the project in Android Studio and run the necessary target using the usual steps.

AR Cloud

  1. Get the latest BanubaARCloud archive for Android and AR cloud URL. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com. The latest version of library can be found here: BanubaARCloud.
  2. Copy received aar libraries into arcloud-android-kotlin/libs/ directory.
  3. Copy and Paste your AR cloud URL into appropriate section of BANUBA_AR_CLOUD_URL or use predefined Demo bucket

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request