What are the dialog boxes that are supported in android? Explain.
Answer / Durgesh Jayant
Android provides various built-in dialog boxes to help with user interaction. Some common ones include AlertDialog (a simple dialog box with a title, message, and buttons), ProgressDialog (a dialog box showing a spinning progress indicator), and DatePickerDialog (a dialog box for selecting dates). Additionally, you can create custom dialogs by extending Dialog or DialogFragment.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is framelayout ?
When you have two or more activities with the same intent filter action name, the android os will display a
What is change gravity?
Lists life cycle methods of android activity?
Explain me what is an intent?
Explain key components of android architecture?
difference between nine-patch image vs regular bitmap image in android?
How to listen to an event in sencha touch class?
The best time to kill a foreground activity in Android?
1 Answers SwanSoft Technologies,
Explain me what is the android application architecture?
Which components are necessary for a new android project?
How can the anr be prevented?