All Projects → abdularis → AnalogTvNoiseView

abdularis / AnalogTvNoiseView

Licence: MIT license
Analog TV noise effect for android

Programming Languages

java
68154 projects - #9 most used programming language

AnalogTvNoiseView

Android Arsenal

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"/>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].