FancyToast-Android
Make your native android Toasts Fancy. A library that takes the standard Android toast to the next level with a variety of styling options. Style your toast from code.
Prerequisites
Add this in your root build.gradle
file (not your module build.gradle
file):
Dependency
Add this to your module's build.gradle
file (make sure the version matches the JitPack badge above):
Usage
Each method always returns a Toast
object, so you can customize the Toast much more. DON'T FORGET THE show()
METHOD!
To display an default Toast:
To display a success Toast:
To display an info Toast:
To display a warning Toast:
To display the error Toast:
To display the confusing Toast:
You can also remove the android icon on top-right corner by passing last parameter false.
You can also create your custom Toasts with passing your image:
Screenshots
Please click the image below to enlarge.