Light The usual Snackbar, but elegant. Inspired by Toasty. Screenshots success Info warning Error Normal Custom Download Gradle Add the code below to your root build.gradle file (NOT your module build.gradle file, check here for an example). allproj
Snacky Snacky is a small library to help you adding a Snackbar to your layout with ease. It was created because of my own needs and is inspired by Toasty. Snacky uses an easy builder pattern to build a Snackbar and gives you some template designs li
Toasty The usual Toast, but with steroids. (Screenshots at the end of the file.) Prerequisites Add this in your root build.gradle file (not your module build.gradle file): allprojects { repositories { ... maven { url "https://jitpack.io" } } } Depen