项目作者: ankitmhatre

项目描述 :
Android View which can act as iOS8 SiriWave
高级语言: Java
项目地址: git://github.com/ankitmhatre/AndroidSiriWave.git
创建时间: 2017-08-15T09:28:42Z
项目社区:https://github.com/ankitmhatre/AndroidSiriWave

开源协议:GNU General Public License v3.0

下载


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

  1. allprojects {
  2. repositories {
  3. ...
  4. maven { url 'https://jitpack.io' }
  5. }
  6. }

In your module level build.gradle

  1. dependencies {
  2. compile 'com.github.ankitmhatre:AndroidSiriWave:0.1.0'
  3. }

Usage

  1. <com.am.siriview.DrawView
  2. .
  3. .
  4. app:wave_count="5"
  5. app:wave_color="#fff"
  6. app:waveRefreshInterval="30"></com.am.siriview.DrawView>

Download

Dowload from Google Play

License

License under GNU GPL v3.0