Skip to content

MrDroid17/TestToasty

Repository files navigation

TestToasty

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.


Prerequisites

Add this in your root build.gradle file:

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}

Dependency

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

About

Played with Toasty which is usual Toast, but as its tagline says with the steroids .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages