Which dialog boxes are supported by android?



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

Post New Answer

More Android OS Interview Questions

Please explain how to prevent the data from reloading and resetting when the screen is rotated?

0 Answers  


Explain localization and how to achieve?

0 Answers  


What is the use of linux id in android?

0 Answers  


What is drawable folder in android?

0 Answers  


Assume that we have an android object named stored in reader variable, and inside it has a child object named?

0 Answers  






What are the storage facilities available on android?

0 Answers  


What is a change gravity?

0 Answers  


In class sqliteopenhelper class, there are 2 methods we should usually override. What are they?

0 Answers  


Can android run javafx?

0 Answers  


What is an android runtime?

0 Answers  


What is toast notification?

0 Answers  


What is difference between serializable and parcelable ? Which is best approach in android ?

0 Answers  


Categories