Android Programming Press on the image to return to the main documentation page.

iHUD

List of types:

HUD

HUD

This library is based on MBProgressHUD open source project.

Events:

None

Members:


  ProgressDialogHide

  ProgressDialogShow (Text As String)

  ToastMessageShow (Message As String, LongDuration As Boolean)

Members description:

ProgressDialogHide
Dismisses the currently visible progress dialog.
ProgressDialogShow (Text As String)
Shows a dialog with animated progress wheel. User interaction is disabled until the dialog is dismissed.
ToastMessageShow (Message As String, LongDuration As Boolean)
Shows a "toast message". The message will disappear automatically after a few seconds.
Top