What dialog boxes are supported in Android ?
Answer / mady
Android supports 4 dialog boxes:
AlertDialog: An alert dialog box supports 0 to 3 buttons and a list of selectable elements, including check boxes and radio buttons. Among the other dialog boxes, the most suggested dialog box is the alert dialog box.
ProgressDialog: This dialog box displays a progress wheel or a progress bar. It is an extension of AlertDialog and supports adding buttons.
DatePickerDialog: This dialog box is used for selecting a date by the user.
TimePickerDialog: This dialog box is used for selecting time by the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is the UI Designer?
How will you pass data to sub-activities?
when to use 9 patch image in android?
Tell us something about activityCreator?
What are the life cycle methods of android activity?
What is timepickerdialog in android?
What is position?
What are disadvantages of android?
How do I enable google play services on android?
How do I update my android os?
Which scenario can test only on real devices but not on emulator?
How does android system manage activity’s life cycle?