Skip to content

tlarsin/Toaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

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.

About

Android Library for customizing the style of Toast messages

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages