Hey,
I was just a bit bored and decided to make a small library for fun.
It's nothing special. With this library, you are able to position your toastmessage and choose the duration.
The duration is approximately and not correct.
It also works when the activity is closed.
Cheers,
Tomas
I was just a bit bored and decided to make a small library for fun.
It's nothing special. With this library, you are able to position your toastmessage and choose the duration.
The duration is approximately and not correct.
B4X:
Dim ct1 As CustomToast
ct1.Initialize
ct1.Show("This is a custom toast message.",10000,Gravity.TOP,0,0)
It also works when the activity is closed.
Cheers,
Tomas
Attachments
Last edited: