15.03.2011 20:29, ClarkBattle пишет:
That's what I'm already doing. It looks like the toast can not show unless it is over the activity that started it.
That's not true. You can display a toast without an activity at all. However, if you plan on finish()-ing an activity right after queuing a toast, you might want to use getApplicationContext.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

