Team Leader Android Developer Question:
Tell me which dialog boxes can you use in your Android application?
Answer:
☛ 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.
☛ 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.
Previous Question | Next Question |
Explain me Android application Architecture? | Do you know what is ADB? |