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 |
What are the android application components?
So, how should I go about picking an Android phone?
Which is the virtual machine used to run the android apps?
What are common use cases for using an intent?
Define fragment in android?
What is an android virtual device?
When you need to use mp3 file in android application, which folder you need to create and store mp3 file?
What is android ndk?
 Why would I (potentially) choose an Android phone over an iPhone?
How many types of android phones are there?
What is app.iml/ directory?
Which android file api to create a file?