FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

allenphang/WheelProgressDialog: progress dailog using wheel style in android · GitHub

 
 

Repository files navigation

WheelProgressDialog

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

About

progress dailog using wheel style in android

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL