Go to file
devoalda 22922b27de Completed Tutorial :) 2024-01-31 22:02:16 +08:00
.github/ISSUE_TEMPLATE Initial starter_m3 branch commit 2023-05-09 17:22:38 -04:00
app Completed Tutorial :) 2024-01-31 22:02:16 +08: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 Remove TODO wording from README.md 2023-11-01 11:44:17 -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.

Pre-requisites

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

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.