Answer:
There are 4 dialog boxes which have been supported by Android.
These are as follows:
AlertDialog:
It supports 0 to 3 buttons with a list of select-able elements that includes check boxes and radio buttons.
ProgressDialog:
It displays the progress of any dialog or application. It is an extension of AlertDialog and supports adding buttons.
DatePickerDialog:
It is used to give provision to the user to select the date
TimePickerDialog:
It is used to give provision to the user to select the time
These are as follows:
AlertDialog:
It supports 0 to 3 buttons with a list of select-able elements that includes check boxes and radio buttons.
ProgressDialog:
It displays the progress of any dialog or application. It is an extension of AlertDialog and supports adding buttons.
DatePickerDialog:
It is used to give provision to the user to select the date
TimePickerDialog:
It is used to give provision to the user to select the time
Previous Question | Next Question |
Define Android Application Architecture? | How to make an APK file? |