Answer Posted / 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 |
Post New Answer View All Answers
How to disable landscape mode in android?
What is the activityCreator in Android?
What is the life cycle of android activity?
What is toast notification?
On android services, onstart() and onbind() are the same?
What are the different tools in android and explain them?
Who invented android os?
What is a toast?
What is google dagger?
What main/assets/ directory contains?
What is an android virtual device?
What is the significance of the .dex files?
List the important file and folder when you create new android application?
Name the languages supported for android development.
what is the ui response time limit in android?