Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcking/WheelProgressDialog

progress dailog using wheel style in android
https://github.com/tcking/WheelProgressDialog

Last synced: 3 months ago
JSON representation

progress dailog using wheel style in android

Awesome Lists containing this project

README

        

WheelProgressDialog
===================

progress dailog using wheel style in android

![Sample Image](https://github.com/tcking/WheelProgressDialog/raw/master/sample.gif "An example implementation")

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](https://github.com/Todd-Davies/ProgressWheel)