[android-developers] Re: Showing Toasts in a service from worker threads with service reference.

2009-06-24 Thread Dianne Hackborn
You need to do this from a message queue / looper thread, such as the main thread. Just post a message to the main thread and show your toast from there. On Wed, Jun 24, 2009 at 12:48 PM, Richard Schilling richard.rootwirel...@gmail.com wrote: This is somewhat related to

[android-developers] Re: Showing Toasts in a service from worker threads with service reference.

2009-06-24 Thread Richard Schilling
Sounds good. Thanks for the confirmation. I'd like to write some more documentation for the Looper class. Where do I submit the patch? Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Showing Toasts in a service from worker threads with service reference.

2009-06-24 Thread Dianne Hackborn
You can go here: http://source.android.com/submit-patches On Wed, Jun 24, 2009 at 1:21 PM, Richard Schilling richard.rootwirel...@gmail.com wrote: Sounds good. Thanks for the confirmation. I'd like to write some more documentation for the Looper class. Where do I submit the patch?