https://github.com/cyropcjr/cupcakeapp
Simple Android app for study nav controller with Jetpack Componse
https://github.com/cyropcjr/cupcakeapp
android android-studio jetpack-compose kotlin study-project
Last synced: about 2 months ago
JSON representation
Simple Android app for study nav controller with Jetpack Componse
- Host: GitHub
- URL: https://github.com/cyropcjr/cupcakeapp
- Owner: CyroPCJr
- License: apache-2.0
- Created: 2024-07-29T23:40:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T03:10:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T10:13:25.888Z (about 1 year ago)
- Topics: android, android-studio, jetpack-compose, kotlin, study-project
- Language: Kotlin
- Homepage:
- Size: 127 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.
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.