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 android runtime?
Where are permissions declared?
What main components of android application?
What is android ndk?
What is array variable?
activity life cycle - can I save all my database updates in onstop()?
What is adt in android?
In android, what is the meaning of the following code in mainactivity class?
What is compound condition?
What is 9-patch image?
What are the three layout managers?
What is an apk format?