Toast¶
Show a toast by just calling toast(yourText)
, and dodge API 25
BadTokenException
.
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:2.1.1"