Logesh, Nearly all of your code runs on the UI thread, unless you do something, specifically, to arrange otherwise (the list of tools that Mark gives). If you are literally trying to do what your message suggests -- run a UI-like thread from somewhere -- have a look at Looper.
-blake Programming Android, FTW! http://oreilly.com/catalog/0636920010364 On Sep 15, 9:26 pm, Logesh rajendren <[email protected]> wrote: > 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 [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

