Sample library to display the toast message
IToaster Library
An easy, flexible way to have the toast message displayed.
Download
Gradle
Add below codes to your root build.gradle
file (not your module build.gradle file).
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
And add a dependency code to your module‘s build.gradle
file.
dependencies {
implementation 'com.github.e-kibet:IToaster-Library:0.1.0'
}