You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app is a simple coffee ordering app. This consists of a text input for the name of customer, checkboxes for toppings, and when the user clicks on Order button, it redirects to Email app, where order summary is generated. The concept of Intent is used to redirect to the Email app.