The starter kit is built on top of the Creative Editor SDK. Built to support versatile video editing capabilities for a broad range of video applications. A dock at the bottom of the editor provides quick access to the most essential video editing tools allowing users to overlay text, add images, shapes, stickers and upload new image assets.
- Repository is a fully functional Android project with
:starter-kitand:appmodules. :starter-kitlibrary module encapsulates the implementation of the starter kit. Starting point of the starter kit implementation is atVideoConfigurationBuilder.kt.:appapplication module launchesEditorActivity.ktthat displays theEditorcomposable usingVideoConfigurationBuilder.
- Clone the repository.
- Create and launch a new android emulator or use an existing one.
- Open the local repository via
Android Studioand click theRunbutton or go to the local repository via terminal and call./gradlew installDebug.
