| Class | Description |
|---|---|
| ConfirmDeletionDialogFragment |
A confirmation-dialog specialised for deletion/removal of things.
|
| DisplayDialogFragment |
A DisplayDialog is a dialog which can be used to display something that does not require much
interaction from user-side.
|
| HintDialogFragment |
A simple dialog for showing hints and tips with a single, neutral "OK"-close-button.
|
| InputDialogFragment |
An InputDialog is a dialog which can be used to let the user enter some data,
when a complete activity for handling that would be overkill.
|
| NotificationDialogFragment |
A simple notification-dialog with a single, neutral "OK"-close-button.
|