On Tue, Aug 17, 2010 at 2:50 PM, bitli <[email protected]> wrote: > But it is not clear to me if callbacks like LocationUpdateListener > (and other callbacks from sensors) are already in the UI thread or > they require special care to access the UI components. Any clue? >
The documentation implies this will be the same thread on which the callbacks are registered - which will probably always be the main thread. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

