GlideToast
GlideToast is a android library to implement flying Toast Animation.
Screenshots
Download the sample apk here.
Usage:
Adding the depencency
Add this to your root build.gradle file:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Now add the dependency to your app build.gradle file:
implementation 'com.github.imjeevandeshmukh:GlideToast:1.0'
Creating the GlideToast with Java
Here is a complete snippet of it usage: