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