Skip to content

Latest commit

 

History

History

toast

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Toast

Show a toast by just calling toast(yourText), and dodge API 25 BadTokenException.

Supported platforms: Android.

To create and show a Toast, just call toast(…) (for breakfast) or longToast(…) (for breakslow) with either a string resource id or a CharSequence.

Download

implementation("com.louiscad.splitties:splitties-toast:$splitties_version")