Answer Posted / 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 View All Answers
What is the importance of settings permission in app development?
How do I turn on auto sync on android?
Explain me what is context?
What onlistitemclick() function used for?
Define android architecture?
What is meant by google android sdk?
what is a service in android?
Tell us how would you update the ui of an activity from a background service?
What is sticky intent in android?
How is nine-patch image different from a regular bitmap?
Which kernel is used in android?
Can I disable sim toolkit?
How do you troubleshoot android application which is crashing frequently?
How do I override a method in android?
Explain androidmanifest.xml file and why do you need this?