An Android application to play the Gif with Mp3 sound "BATMAN ON DRUGS" on phone Shake (replica of "Shake-Me" by @PiJoules)
Glide Library
- Usage In build.gradle file
repositories {
mavenCentral()
maven { url 'https://maven.google.com' }
}
dependencies {
compile 'com.github.bumptech.glide:glide:4.3.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
}