Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.53 KB

File metadata and controls

28 lines (20 loc) · 1.53 KB

Video Editor Starter Kit in Android

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 Structure

  • Repository is a fully functional Android project with :starter-kit and :app modules.
  • :starter-kit library module encapsulates the implementation of the starter kit. Starting point of the starter kit implementation is at VideoConfigurationBuilder.kt.
  • :app application module launches EditorActivity.kt that displays the Editor composable using VideoConfigurationBuilder.

Building The Repository

  1. Clone the repository.
  2. Create and launch a new android emulator or use an existing one.
  3. Open the local repository via Android Studio and click the Run button or go to the local repository via terminal and call ./gradlew installDebug.

Useful links