Go to file
John Shea 51e4cc11ff Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
.github/ISSUE_TEMPLATE Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
app Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
gradle/wrapper Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
.gitignore Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
CONTRIBUTING.md Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
LICENSE Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
README.md Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
build.gradle Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
gradle.properties Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
gradlew Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
gradlew.bat Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
settings.gradle Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00

README.md

Cupcake app

This app contains an order flow for cupcakes with options for quantity, flavor, and pickup date. The order details get displayed on an order summary screen and can be shared to another app to send the order.

TODO

Pre-requisites

  • Experience with Kotlin syntax.
  • How to create and run a project in Android Studio.
  • How to create composable functions
  • TODO

Getting Started

  1. Install Android Studio, if you don't already have it.
  2. Download the sample.
  3. Import the sample into Android Studio.
  4. Build and run the sample.