j wrote: > Mark, your suggestion makes sense. I tried it. I created a separate > thread for downloading and uses a Handler to loadUrl instead of > calling loadUrl directly. > > But the result is the same. The loadUrl executions get queued up. It > appears the downloading thread seems to have priority over the Handler/ > UI thread.
Hmmmm...you could try calling setPriority() on the background Thread to try to ensure the UI thread gets more love. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

