Which dialog boxes are supported by android?
Answer / maanya
Android supports 4 dialog boxes:
a.) AlertDialog: Alert dialog box supports 0 to 3 buttons and a list of selectable elements which includes check boxes and radio buttons.
b.) ProgressDialog: This dialog box is an extension of AlertDialog and supports adding buttons. It displays a progress wheel or bar.
c.) DatePickerDialog: The user can select the date using this dialog box.
d.) TimePickerDialog: The user can select the time using this dialog box.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is color/ directory?
What is api level, codename of android 4.0.3 – 4.0.4?
Explain content provider component of android?
Explain what sre the advance features of android os?
What dialogue boxes are supported by the android box?
What is the difference between serializable and parcelable?
How to store arraylist in sqlite database in android?
What is android 9.0 called?
Can I upgrade android 6 to 7?
What is a job scheduling?
What is use of rxjava in android?
To get data from webserver to android application, which of the following class you need to use to establish connection?