C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
| Android WidgetsThere are given a lot of android widgets with simplified examples such as Button, EditText, AutoCompleteTextView, ToggleButton, DatePicker, TimePicker, ProgressBar etc. Android widgets are easy to learn. The widely used android widgets with examples are given below:Android Button Let's learn how to perform event handling on button click.Android Toast Displays information for the short duration of time.Custom Toast We are able to customize the toast, such as we can display image on the toastToggleButton It has two states ON/OFF.CheckBox Let's see the application of simple food ordering.AlertDialog AlertDialog displays a alert dialog containing the message with OK and Cancel buttons.Spinner Spinner displays the multiple options, but only one can be selected at a time.AutoCompleteTextView Let's see the simple example of AutoCompleteTextView.RatingBar RatingBar displays the rating bar.DatePicker Datepicker displays the datepicker dialog that can be used to pick the date.TimePicker TimePicker displays the timepicker dialog that can be used to pick the time.ProgressBar ProgressBar displays progress task. 
Next TopicAndroid Working With Button
 |