I need to create a similar function to Toast.makeText(…) but more fast to disappear. I have seen such messagebox in the software “Le monde fr” when you select a button from the toolbar down. Its appear and disappear very fast if you move to another icon. I m looking to do the same functionnality but cannot figure out how to do that. Messagebox should not be modal, what i want is kind of a fast tooltip. The tooltip should appear and disappear fast. any ideas ?
I need to create a similar function to Toast.makeText(…) but more fast to disappear.
Share
Create a Toast object:
Create a Timer object:
Create a task which cancels the
Toastobject:Run the cancel task after specified period of time