Cupcake app
A Cupcake app that displays an order flow for cupcakes, allowing the user to choose the cupcake flavor, quantity, and pickup date. The cupcake app demonstrates how to design and implement an online ordering app. The user can choose the quantity, flavor, and other options for the cupcake order. This app demonstrates multiple fragments in an activity, a shared ViewModel across fragments,data binding, LiveData, and the Jetpack Navigation component.