Class Summary |
ErrorDialog |
This class implements a popup error box (a subclass of AlertDialog)
which can be used to display an error message. |
InfoBox |
This class implements a popup info box (a subclass of Dialog)
which can be used to display help text, about info, license info, etc. |
TextInputDialog |
This class implements a popup input box (a subclass of AlertDialog)
which can be used to display a prompt and read a text string from
the user. |
YesNoDialog |
This class implements a popup dialog box (a subclass of AlertDialog)
which can be used to display a yes / no question. |