Hasil gambar untuk toasty github


1.  Tambahkan di bagian gradle.gradle 


allprojects {
 repositories {
  ...
  maven { url "https://jitpack.io" }
 }
}
2. Instal dependency : 
 implementation 'com.github.GrenderG:Toasty:1.4.2'
3. use code : 
Toasty.error(yourContext, "This is an error toast.", Toast.LENGTH_SHORT, true).show();