| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
progress dailog using wheel style in android
usage:
wheelProgressDialog=new WheelProgressDialog(this);
wheelProgressDialog.message("game on !").show();
...
wheelProgressDialog.progress(i++).message("processing:"+i+"%");
...
wheelProgressDialog.dismiss();
this is a dialog wrapper for ProgressWheel
| Back | FazBrowse Home | New Git URL |