Friday, 22 April 2016

Input Controls





Input controls are the interactive components in your app's user interface. Android provides a wide variety of controls you can use in your UI, such as buttons, text fields, seek bars, checkboxes, zoom buttons, toggle buttons, and many more.

Adding an input control to your UI is as simple as adding an XML element to your XML layout.

Source:
http://developer.android.com/guide/topics/ui/controls.html