Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/john990/WaveView
- Owner: john990
- License: apache-2.0
- Archived: true
- Created: 2014-06-17T09:26:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T12:00:05.000Z (over 3 years ago)
- Last Synced: 2024-09-30T08:47:23.739Z (about 1 month ago)
- Topics: animation, canvas, waveview
- Language: Java
- Homepage:
- Size: 2.58 MB
- Stars: 1,329
- Watchers: 41
- Forks: 302
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-android-ui - WaveView - 2.0) | <img src="/art/waveview.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - WaveView - 2.0) | <img src="/art/waveview.gif" width="49%"> (Index `(light-weight pages)`)
- awesome-github-android-ui - WaveView - Android波浪视图 (Wave)
- awesome-android-ui - WaveView - 2.0) | <img src="/art/waveview.gif" width="49%"> (Index)
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'
}
````