SineView
SineView allows you to paint and animate a sine
Download
Add the following dependency to your gradle file
compile 'es.guiguegon:sineview:1.0.0'
or use JitPack
Usage
The minimum API is 11.
To start the animation simply use the methods startWave or resumeWave.
To pause the animation: pauseWave
To finish and set the initial state: stopWave
Parameters to customize
sv_sine_alpha: to apply an alpha to the sine (0-1)
sv_sine_phase: Sine phase parameter
sv_sine_amplitude: Sine amplitude para
1