The starter kit is built on top of the Creative Editor SDK. Custom, mobile apparel UI for creating a print-ready design. The editable page is overlaid on a t-shirt mockup to give users an idea of where to position elements. Toggling from edit to preview mode allows reviewing the design in the context of the entire t-shirt. A floating action button at the bottom of the editor features only the most essential editing options in order of relevance 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 atApparelConfigurationBuilder.kt.:appapplication module launchesEditorActivity.ktthat displays theEditorcomposable usingApparelConfigurationBuilder.
- 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.
