Custom Toasts for Android

ToastIt
Show custom toasts.
Using in your projects
Maven
Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency
<dependency>
<groupId>com.github.sunilk9211</groupId>
<artifactId>ToastIt</artifactId>
<version>1.0.0-alpha06</version>
</dependency>
Gradle
Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
implementation 'com.github.sunilk9211:ToastIt:1.0.0-alpha06'
}
Usage
ToastIt.normal(
supportFragmentManager,
"Title message",
"This is your toast message"
)
ToastIt.normal(
supportFragmentManager,
"This is your toast message"
)
Want to contribute?
This project is early stage of development, it will be awesome to have some good contributors like you. ? If you have any suggestion to improve this project, please mention that here https://github.com/sunilk9211/ToastIt/issues