/Toaster

Android Library for customizing the style of Toast messages

Primary LanguageKotlin

Toaster

Android Library for customizing toast messages

Setup

In your root build.gradle add the following

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

Dependency

dependencies {
	     ...
	     implementation 'com.github.tlarsin:Toaster:0.5'
}
	

Usage

Toaster(context: Context).show(message: String)

This will show the default style Toast.