Android provides a wide variety of controls you can use in your UI, such as
buttons, text fields, seek bars, checkboxes, toggle buttons, and many
more.
Adding an input control to your UI is as simple as adding an XML element
to your XML layout.
Each input control supports a specific set of input events so you can
handle events such as when the user enters text or touches a button.