Android - Dialog

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.


Types Of DialogBox

List Dialog

Types Of DialogBox
List Dilaog Box
Types Of DialogBox
After color selected

Date Picker Dialog

Types Of DialogBox
Date Picker Dialog
Types Of DialogBox
After Date Picked

Alert Dialog

Types Of DialogBox
Alert Dialog

Character Picker Dialog

Types Of DialogBox
Character Picker Dialog
Types Of DialogBox
After Character Picked

Progress Dialog


Types Of DialogBox

No comments:

Post a Comment

Featured post

Ror