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
Tell us what is the difference between a fragment and an activity? Explain the relationship between the two?
Explain seapine software?
Enumerate the three key loops when monitoring an activity?
Can you use an Intent to provide data to a ContentProvider? If not, what would be the proper mechanism for doing this?
Explain the onrestoreinstancestate() in activity?
What is dagger in android?
Please explain what is a job scheduling?
You need to process when user clicks on a notification on upper left of android screen?
How to show or hide a sencha touch component?
What is Content Provider in Android?
Is android free for manufacturers?
What is startanimation?
What is the os version of my android?
What are the type of flags to run an application in android?
What is the importance of setting permissions in application development in Android programming?