/WheelProgressDialog

progress dailog using wheel style in android

Primary LanguageJavaMIT LicenseMIT

WheelProgressDialog

progress dailog using wheel style in android

Sample Image

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