Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.