Analog TV Noise View

Additional

Language
Java
Version
0.1 (Mar 24, 2019)
Created
Mar 23, 2019
Updated
Mar 30, 2019 (Retired)
Owner
Aris (abdularis)
Contributor
Aris (abdularis)
1
Activity
Badge
Generate
Download
Source code

AnalogTvNoiseView

Analog TV noise effect for android.

Setup

  • Step 1 Add repository into root build.gradle
allprojects {
    repositories {
    ...
    maven {
        url 'https://jitpack.io' }
    }
}
  • Step 2 Add library dependency into app build.gradle

See the jitpack badge above for the latest version number

dependencies {
         implementation 'com.github.abdularis:AnalogTvNoiseView:<latest-version>'
 }

Usage

<com.abdularis.app.analogtvnoise.AnalogTvNoise
        android:id="@+id/noise"
        android:layout_width="300dp"
        android:layout_height="300dp"/>