Answers

Question and Answer:

  Home  Team Leader Android Developer

⟩ Tell me which dialog boxes can you use in your Android application?

☛ AlertDialog : An alert dialogue box supports 0 to 3 buttons and a list of selectable elements.

☛ ProgressDialog : An extension to AlertDialog and you may add buttons to it. It shows a progress wheel or a progress bar.

☛ DatePickerDialog : It is used for selecting a date by the user.

☛ TimePickerDialog : It is used for selecting time by the user.

 191 views

More Questions for you: