A dialogBox is a small window that prompts the user to make a decision or enter additional information. A dialogBox does not fill the screen and is normally used for modal events that require users to take an action before they can proceed, like to select date from DatePicker Dialog, to select time from time picker Dialog, to show the Progress, to show a list of items or options to select etc.
Alert Dialog:
A dialog that can show a title, up to three buttons, a list of selectable items, or a custom layout.
DatePicker Dialog and TimePicker Dialog:
A dialog with a pre-defined UI that allows the user to select a date or time.
Progress Dialog:
A Dialog that can show a title, ProressBar and a message, or a custom layout.
List Dialog:
A Dialog that can show a title, List of items and a message, or as above a custom layout.
List Dialog
| Date Picker Dialog |
| After Date Picked |
Alert Dialog
| Alert Dialog |
Character Picker Dialog
| Character Picker Dialog |
| After Character Picked |
No comments:
Post a Comment