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 |
Explain bin file in android?
What is a broadcast receiver?
Write a program that shows the creation of reusable user interface that includes the layout.
How will you differentiate nine-patch image from regular bitmap image?
What to do if problem occurs in downloading your app in android?
How will you Write an Application which Fits both for Mobiles and Tablets in Android?
0 Answers SkillGun Technologies,
What is BroadReceivers?
In android, what does dp unit stand for?
Define android architecture?
How can your application perform actions that are provided by other application e.g. Sending email?
What items or folders are important in every android project?
What is an Intent in Android?