Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 992 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 992 Bytes

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