Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fichardu/CircleProgress
A circle progress animation view on Android
https://github.com/Fichardu/CircleProgress
Last synced: 3 months ago
JSON representation
A circle progress animation view on Android
- Host: GitHub
- URL: https://github.com/Fichardu/CircleProgress
- Owner: Fichardu
- License: mit
- Created: 2015-03-27T14:06:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T08:02:15.000Z (over 8 years ago)
- Last Synced: 2024-06-16T01:32:34.747Z (5 months ago)
- Language: Java
- Size: 434 KB
- Stars: 809
- Watchers: 38
- Forks: 202
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - CircleProgress - 带旋转动画的环形进度视图 (进度条)
README
# CircleProgress
A Circle Progress View with a rotate animation. Just make for fun. Hope you enjoy it.
# Quick Look
# Usage
```xml
```
```java
mProgressView.startAnim();
mProgressView.stopAnim();
mProgressView.reset();
mProgressView.setDuration();
mProgressView.setInterpolator();
```# Analyse
[Analyse Blog post here](http://blog.csdn.net/xu_fu/article/details/44725921)