Uses of Class
android.app.ProgressDialog

Packages that use ProgressDialog
android.app   
 

Uses of ProgressDialog in android.app
 

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)
           
 



Copyright © 2008-2012. All Rights Reserved.