The starter kit is built on top of the Creative Editor SDK. Built to provide versatile photo editing capabilities. Toggling from edit and preview modes enables users to evaluate their edited photo before export. A dock at the bottom of the editor provides quick access to the most essential photo editing tools allowing users to tweak adjustments, crop the photo, and add filters, effects, blur, text, shapes, as well as stickers.
- 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 atPhotoConfigurationBuilder.kt.:appapplication module launchesEditorActivity.ktthat displays theEditorcomposable usingPhotoConfigurationBuilder.
- 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.
