91-9990449935 0120-4256464 |
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 ButtonLet's learn how to perform event handling on button click. Android ToastDisplays information for the short duration of time. Custom ToastWe are able to customize the toast, such as we can display image on the toast ToggleButtonIt has two states ON/OFF. CheckBoxLet's see the application of simple food ordering. AlertDialogAlertDialog displays a alert dialog containing the message with OK and Cancel buttons. SpinnerSpinner displays the multiple options, but only one can be selected at a time. AutoCompleteTextViewLet's see the simple example of AutoCompleteTextView. RatingBarRatingBar displays the rating bar. DatePickerDatepicker displays the datepicker dialog that can be used to pick the date. TimePickerTimePicker displays the timepicker dialog that can be used to pick the time. ProgressBarProgressBar displays progress task.
Next TopicAndroid Working With Button
|