I'm launching an IntentService using startActivity from inside the
onClickListener of a button. startActivity returns immediately. No
blocking there. But the button stays "pressed" until the IntentService
finishes its work. In addition, the screen does not respond to
rotation while the IntentService thread is running. I can see that
it's a separate thread in the debugger but the UI seems to be coupled
to it. As soon as the IntentService thread finishes, the UI is
unblocked. Any idea how I can prevent this and let the UI continue?

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to