Go to file
John Shea 5f8ed6f1b9 Update versions to the latest 2023-10-31 15:49:38 -04:00
.github/ISSUE_TEMPLATE Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
app Update versions to the latest 2023-10-31 15:49:38 -04:00
gradle/wrapper Update versions to the latest 2023-10-31 15:49: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.kts Update versions to the latest 2023-10-31 15:49: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.kts Migrate to Kotlin DSL (#57) 2023-06-20 13:26:47 -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.