Skip to content

Latest commit

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages