Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 399 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 399 Bytes

Cupcake app

Introduction

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.