Quick start examples for Banuba SDK on Android.
- 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.
- Copy and Paste your banuba client token into appropriate section of
beauty-android-java/client_token/com/banuba/sdk/example/common/BanubaClientToken.java
with “” symbols. - Get and unpack the latest version of
Makeup
effect from here. TheMakeup
folder should be located in thebeauty-android-java/app/src/main/assets/bnb-resources/effects/
folder. - Open the project in Android Studio and run the necessary target using the usual steps.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request