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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages