Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tcking/WheelProgressDialog
- Owner: tcking
- License: mit
- Created: 2014-03-13T02:39:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-13T03:26:27.000Z (over 10 years ago)
- Last Synced: 2024-05-03T06:23:06.970Z (6 months ago)
- Language: Java
- Homepage:
- Size: 824 KB
- Stars: 17
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Android-Awesome-Resources - Wheel Progress Dialog:
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)