The starter kit is built on top of the Creative Editor SDK. Built to support versatile editing capabilities for a broad range of design applications. Toggling from edit and pages modes enables users to evaluate their design within the full context of their design project. A dock at the bottom of the editor provides quick access to the most essential design 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 atDesignConfigurationBuilder.kt.:appapplication module launchesEditorActivity.ktthat displays theEditorcomposable usingDesignConfigurationBuilder.
- 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.
