Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.72 KB

File metadata and controls

27 lines (19 loc) · 1.72 KB

Apparel Editor Starter Kit

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 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 ApparelConfigurationBuilder.kt.
  • :app application module launches EditorActivity.kt that displays the Editor composable using ApparelConfigurationBuilder.

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