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
What are the steps involved in creating a bounded service through aidl?
Tell me what is needed to make a multiple choice list with a custom view for each row?
What is android on cell phones?
Sqlite database save data in which storage?
What is sticky intent in android?
What are the four asynctask methods that must be overridden?
What is android version 7.0 called?
What is color os in mobile?
What os do android phones use?
Described the different storage methods in android?
What is the Open Handset Alliance in Android?
Explain me what is a broadcast receiver?
What is difference between rxjava and rxandroid?
How do you access the string resource stored in the strings.xml file?
In android, what is the meaning of the following code in mainactivity class?