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 |
Explain sticky intent in android?
Why did we open the Android source code?
What is lazy loading in android?
What does adt stand for?
What's android 7.0 called?
How is the nine-patch image different from a regular bitmap?
Name some exceptions in android?
What are launch modes?
What happens to deleted files in android?
Which dialog boxes can you use in your android application?
What virtual machine android runs on?
What are the exceptions in android?