> Any ideas to increase that duration? as Dianne said, use Dialog for that but if you really, really, really want Toast for that there is a dirty, tricky workaround (hack) of showing the same Toast in say two seconds after the first time Toast was shown.
something like this: postDelayed(showToastAgainRunnable, 2000) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---