Question:
I am showing the toast message using the following method,
I want to show this two times, is there is any way to do that ?
Answer:
delay in seconds:
how to show two toast with delay of 1.5 seconds:
for mulitple times you can use this trick
but here one more thing i want to mention that the removing time of your toast if the delay is less than removing time then it will override on previous toast so if you want show multiple toast on same time as like facebook notification in stack then you need set up a stack toast or if you just want to show 2 toast one after another then it will work fine
If you have better answer, please add a comment about this, thank you!