Skip to content

AndroidSiriWave is a library that replicates the iOS 8 Siri waveform effect for Android. Easily integrate this sleek, customizable view into your project to give your app a sophisticated look with waveform animations

License

Notifications You must be signed in to change notification settings

ankitmhatre/AndroidSiriWave

Repository files navigation

View This library on Google Play

Screenshot 2024-07-01 at 12 07 43 PM

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

About

AndroidSiriWave is a library that replicates the iOS 8 Siri waveform effect for Android. Easily integrate this sleek, customizable view into your project to give your app a sophisticated look with waveform animations

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages