Mariano Kamp wrote: > what is a good way to signal an error from a thread that is not the UI > thread and you don't know which activity/handler is currently active?
Does it matter? I have not tried to have a background thread use a Handler or runOnUiThread() of an Activity that might not be active. It is entirely possible "it just works", and so you can use whatever Activity you have handy. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

