Provides a set of different types of Dialog (Alert, wait)
Classes
AlertDialog |
An alert dialog has a title, a message an only one button. |
ConfirmDialog |
A confirm dialog has a title, a message and can have 2 or 3 buttons :
- a button 1 to have a positive response (eg.
|
CustomDialog |
Simple dialog with custom look. |
Dialog |
Simple Dialog popup with custom content. |
ProgressDialog |
A progress dialog has a title, a message, an a progress bar. |
WaitDialog |
A dialog showing a infinite progress indicator (or wait indicator). |