You try it
- Build a page that acts like a form
- Give it some prompts, entry fields, and buttons to accept the entry
- When the user fills in the field and clicks on the button, display a confirmation toast and show their entry in a label
- Add in an image, and for extra credit, enable that image to be clicked on and, when clicked on, display a congratulatory dialog box and/or toast (or if you are ambitious, use
SnackBar
!) - Feel free to mix in additional controls