Boom
A lightweight library written in Kotlin to implement elastic touch effect in your project.
Installation
build.gradle
Add jitpack
maven in your root build.gradle at the end of repositories:
Add the dependency to your app build.gradle
file (not your project build.gradle file).
Usage
Boom
is really easy to use and gives to your Views a beautiful touch effect.
Kotlin
Some of material widgets needs to be casted to View, otherwise it will show Type mismatch
warning.
Java
After views are binded simply pass the name of widget to Boom constructor.