What dialog boxes are supported in Android ?



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

Post New Answer

More Android OS Interview Questions

What is setlistadapter?

0 Answers  


How do I restart my android phone in safe mode?

0 Answers  


When dealing with multiple resources, which one takes precedence?

0 Answers  


Explain the difference between service & intent service?

0 Answers  


What is an android virtual device?

0 Answers  


 What are the advantages of having an emulator within the Android environment?

1 Answers  


Explain the key components of android architecture?

0 Answers  


What is the main purpose of a fragment?

0 Answers  


How does android track the application on process?

0 Answers  


What is .gitignore?

0 Answers  


How was android os created?

0 Answers  


What is the importance of default resources?

0 Answers  


Categories