Introduction
Buttons let users tap to do something in your app. Action handling means making the app respond when a button is tapped.
When you want the user to submit a form by tapping a button.
When you want to navigate to a new screen after a button tap.
When you want to start or stop a task with a button press.
When you want to show or hide information after tapping a button.