Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 520 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 520 Bytes

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