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 |
User interface types in Android?
What is dagger in android?
What is android 8.1 called?
Explain content provider component of android?
How do I upgrade to android lollipop?
If the action is action_call, what the data field would be ?
Types of notification in android?
How to start another activity?
Why is list view not recommended to have active components?
How are view elements identified in the android program?
What language does android support to develop an application?
What is the open handset alliance?