[android-developers] toasts in new thread

2011-06-10 Thread bob
How do you make it so a thread you create can do toasts? I keep getting this: 06-10 07:04:19.691: ERROR/AndroidRuntime(2809): java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() -- You received this message because you are subscribed to the

Re: [android-developers] toasts in new thread

2011-06-10 Thread Kumar Bibek
Toasts can only be created on a UI thread, else a thread which uses Looper.prepare() ; *Thanks and Regards, Kumar Bibek* * http://techdroid.kbeanie.com http://www.kbeanie.com* On Fri, Jun 10, 2011 at 5:37 PM, bob b...@coolgroups.com wrote: How do you make it so a thread you create can do