Re: [android-developers] Marshalling web service data to the UI

2010-09-14 Thread Mark Murphy
On Tue, Sep 14, 2010 at 11:08 AM, Bret Foreman wrote: > The UI needs to get data back (asynchronously) from the IntentService, > which means using AIDL, onBind, and all that. Not necessarily, and not from an IntentService. > Of course, that "separate thread" stuff in the AIDL docs in nonsense. >

[android-developers] Marshalling web service data to the UI

2010-09-14 Thread Bret Foreman
I'm stuck on a tough architectural problem. I have a collection of web services that produce data that will populate UI components - TextViews, ListViews, and so on. Each web service may take up to about 10 seconds to respond, or it might not respond at all. When I click a button in the UI that req