Implementing Toasty in Android project.
Ref Page : https://reposhub.com/android/tip/GrenderG-Toasty.html
Add :
implementation 'com.github.GrenderG:Toasty:1.4.2'
in build.gradle(app)
and then use as
Toasty.info(this, "mesage to deliver", Toast.LENGTH_SHORT, true).show();