Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)