Skip to content

ankitmhatre/AndroidSiriWave

Repository files navigation

AndroidSiriWave

Android View which can act as iOS8 SiriWave

Description

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

Sample

Gradle

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'
	}

Usage

  <com.am.siriview.DrawView
        .
        .
        app:wave_count="5"
        app:wave_color="#fff"
        app:waveRefreshInterval="30"/>

Download

Dowload from Google Play

License

License under GNU GPL v3.0