View This library on Google Play
Android View which can act as iOS8 SiriWave
AndroidSiriWave extends LinearLayout that reproduces the waveform effect seen in Siri on iOS 7 and iOS 8.
It is a Swift adaptation of the amazing SCSiriWaveformView by Stefan Ceriu.
Thanks for Kevinzhow for his awesome implementation of this ios Wave form
The minimum API level supported by this library is API 15
Add link to jitpack Repositories in your root level build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
In your module level build.gradle
dependencies {
compile 'com.github.ankitmhatre:AndroidSiriWave:0.1.0'
}
<com.am.siriview.DrawView
.
.
app:wave_count="5"
app:wave_color="#fff"
app:waveRefreshInterval="30"/>
License under GNU GPL v3.0