Re: [android-developers] Running ui thread from another thread

2011-09-16 Thread Mark Murphy
On Fri, Sep 16, 2011 at 12:26 AM, Logesh rajendren loges...@gmail.com wrote: Is there any way to runĀ  a UI thread from another class ? You don't run a UI thread. If you mean run some code on the UI thread, use runOnUiThread(), or post(), or postDelayed(), or a Handler, or AsyncTask. -- Mark

[android-developers] Running ui thread from another thread

2011-09-15 Thread Logesh rajendren
Is there any way to run a UI thread from another class ? -- 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