Skip to content

Simple library to show custom toast for different type of message

Notifications You must be signed in to change notification settings

deveshparmar/My-Toast-Library

Repository files navigation

My Toast Library

Simple library to show custom toast for different type of message

How to use:

To get a Git project into your build:

For Gradle

Step 1. Add the JitPack repository to your build file

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

Step 2. Add the dependency

dependencies {
	        implementation 'com.github.deveshparmar:My-Toast-Library:Tag'
         
        }

For Maven

Step 1. Add the JitPack repository to your build file

 <repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories> 

Step 2. Add the dependency

<dependency>
	    <groupId>com.github.deveshparmar</groupId>
	    <artifactId>My-Toast-Library</artifactId>
	    <version>Tag</version>
	</dependency>

Use current current version as mentioned in Jitpack Batch in TAG

About

Simple library to show custom toast for different type of message

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages