Methods in android.app that return ProgressDialog |
static ProgressDialog |
ProgressDialog.show(Context context,
CharSequence title,
CharSequence message)
|
static ProgressDialog |
ProgressDialog.show(Context context,
CharSequence title,
CharSequence message,
boolean indeterminate)
|
static ProgressDialog |
ProgressDialog.show(Context context,
CharSequence title,
CharSequence message,
boolean indeterminate,
boolean cancelable)
|
static ProgressDialog |
ProgressDialog.show(Context context,
CharSequence title,
CharSequence message,
boolean indeterminate,
boolean cancelable,
DialogInterface.OnCancelListener cancelListener)
|