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 |
What data types are supported by AIDL?
What is the next os for android?
Describe the android application architecture.
Differentiate activities from services?
Which method is implemented by all subclasses of an activity?
In android, how to insert swipe animation?
Tell us what is the difference between a fragment and an activity? Explain the relationship between the two?
What is it important to set permissions in app development?
Do you know what are handlers?
What is the Android Open Source Project?
What are synthetic sensors?
What dialog boxes are supported in Android ?