Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

google-developer-training/android-basics-kotlin-cupcake-app

Folders and files

NameName
Last commit message
Last commit date
Dec 11, 2020
Oct 25, 2021
Oct 25, 2021
Dec 17, 2020
Dec 11, 2020
Dec 11, 2020
Dec 11, 2020
Oct 25, 2021
Dec 11, 2020
Dec 11, 2020
Dec 11, 2020
Dec 11, 2020
Dec 11, 2020

Repository files navigation

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.

This app demonstrates multiple fragments in an activity, a shared ViewModel across fragments, data binding, LiveData, and the Jetpack Navigation component.

Pre-requisites

  • Familiar with activities and fragments
  • How to use styles and themes in the UI
  • Basic understanding of Jetpack architecture components including ViewModel and LiveData
  • Data binding and binding expressions
  • Kotlin syntax basics

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages