Click here to know more about Toasty
This App deals use of Toasty which is custom toast with steroids . You can also customize different Attribute of Toasty as Per requirement.
Add this in your root build.gradle
file:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Add this to your module's build.gradle
file (make sure the version matches the JitPack badge above):
dependencies {
...
compile 'com.github.GrenderG:Toasty:1.2.8'
}
Snapshots for Error, Warning, Success, info Toasty
Error | Warning | Success | Info |
---|---|---|---|