• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Services and Widgets

vigge_sWe

Lurker
I don't really get how to retrieve the result from a thread to the UI thread so I can set the result in a TextView.

I want to retrieve items from a feed in an IntentService, then put the results in a TextView on my widget.

I've tried interface and binding but I don't get it. I've tried AIDL, I somewhat understand it a bit more, but still don't understand it. And it does not seem to work in Eclipse.

Anyone that could help me/guide me in understanding on how I should retrieve the results?
 
Back
Top Bottom