Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T03:10:13.000Z (7 months ago)
- Last Synced: 2024-12-16T06:17:08.298Z (2 months 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 functionsGetting 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.