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 an implicit intent?
what is bundle in android and how it is different from parcel?
How to prevent the data from reloading and resetting when the screen is rotated?
List the important file and folder when you create new android application?
Explain the difference between service & intent service?
Explain me what is a broadcast receiver?
State the code names of android along with the year when they were brought in?
Is android mvc or mvp?
Describe the android framework
How to select more than one option from list in android xml file? Give an example.
Graphics defined by svg is in which format?
What is action in android?