Message Toast

General

Category
Free
Tag
Toasts
License
N/A
Registered
Oct 8, 2019
Favorites
1
Link
https://github.com/ProKashif/MessageToast
See also
CustomToast
BalloonPopup
FBToast
custom-toast
CoolToast

Additional

Language
Java
Version
0.0.1 (Oct 8, 2019)
Created
Oct 8, 2019
Updated
Oct 8, 2019 (Retired)
Owner
Kashif Ahmed (ProKashif)
Contributor
Kashif Ahmed (ProKashif)
1
Activity
Badge
Generate
Download
Source code

MessageToast

Message library contains toast, log, and show alert methods

How to To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

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

Step 2. Add the dependency

dependencies {

        implementation 'com.github.ProKashif:MessageToast:0.0.1'
}