https://github.com/rizaadi/basic-android-kotlin-compose-training-cupcake-starter
https://github.com/rizaadi/basic-android-kotlin-compose-training-cupcake-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rizaadi/basic-android-kotlin-compose-training-cupcake-starter
- Owner: rizaadi
- License: apache-2.0
- Created: 2023-10-15T06:55:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T08:45:54.000Z (over 1 year ago)
- Last Synced: 2023-10-16T11:12:24.166Z (over 1 year ago)
- Language: Kotlin
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
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
* TODOGetting 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.