Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/john990/WaveView

A wave view of android,can be used as progress bar.
https://github.com/john990/WaveView

animation canvas waveview

Last synced: 14 days ago
JSON representation

A wave view of android,can be used as progress bar.

Awesome Lists containing this project

README

        

![icon](https://raw.github.com/john990/WaveView/master/app/src/main/res/drawable-hdpi/ic_launcher.png)

WaveView
========
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/john990/WaveView?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-WaveView-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1260)

A wave view of android,can be used as progress bar.

### Screenshot
-------------
![](https://raw.github.com/john990/WaveView/master/screenshot%26apk/screenshot.gif)

### APK
---------------
[demo.apk](https://raw.github.com/john990/WaveView/master/screenshot%26apk/demo.unaligned.apk)

### What can be used as
-------------
* background
* progress bar

### How to use
--------------
[https://github.com/john990/WaveView/blob/master/app/src/main/res/layout/main.xml#L7-L17](https://github.com/john990/WaveView/blob/master/app/src/main/res/layout/main.xml#L7-L17)
````xml

````
or you can just use(default progress is 80%)
````xml

````

### dependencies
````
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}

dependencies {
compile 'com.github.john990:WaveView:v0.9'
}
````