Android Widgets
ProgressBar
We can display the android progress bar dialog box to display the status of work being done e.g. downloading file, analyzing status of work etc….
Analog and Digital
The android.widget.AnalogClock and android.widget.DigitalClock classes provides the functionality to display analog and digital clocks. Android analog and digital clocks are used to show time in…
TimePicker
Android TimePicker widget is used to select date. It allows you to select time by hour and minute. You cannot select time by seconds. The…
DatePicker
Android DatePicker is a widget to select date. It allows you to select date by day, month and year. Like DatePicker, android also provides TimePicker…
AutoCompleteTextView
Android AutoCompleteTextView completes the word based on the reserved words, so no need to write all the characters of the word. Android AutoCompleteTextView is a…
AlertDialog
Android AlertDialog can be used to display the dialog message with OK and Cancel buttons. It can be used to interrupt and ask the user…