Skip to content

tcking/WheelProgressDialog

Repository files navigation

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

About

progress dailog using wheel style in android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages