API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.app.ProgressDialog

The superclass changed from android.app.Dialog to android.app.AlertDialog.

Removed Methods
void setContentView(View)  
void setTitle(CharSequence)  
ProgressDialog show(Context, CharSequence, View)  
ProgressDialog show(Context, CharSequence, View, boolean)  
ProgressDialog show(Context, CharSequence, View, boolean, boolean)  
ProgressDialog show(Context, CharSequence, View, boolean, boolean, OnCancelListener)  
 

Added Methods
int getMax()  
int getProgress()  
int getSecondaryProgress()  
void incrementProgressBy(int)  
void incrementSecondaryProgressBy(int)  
boolean isIndeterminate()  
void onCreate(Bundle)  
void setIndeterminateDrawable(Drawable)  
void setMax(int)  
void setProgressDrawable(Drawable)  
void setProgressStyle(int)  
void setSecondaryProgress(int)  
 

Changed Methods
void dismiss() Method was locally defined, but is now inherited from Dialog. Dismiss this dialog, removing it from the screen.
void onStop() Method was inherited from android.app.Dialog, but is now defined locally.  
 

Added Fields
int STYLE_HORIZONTAL Creates a ProgressDialog with a horizontal progress bar.
int STYLE_SPINNER Creates a ProgressDialog with a ciruclar, spinning progress bar.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff