The background threads are in IntentServices and I've run into issues
no matter what method I use. If I use createPendingResult in the
calling Activity then I end up with a PendingIntent object, which does
not fit into the startService method that kicks off the IntentService.

Perhaps I can use a ResultReceiver, though it's hard to see just how
the binding will work.

This is a case where the Android architecture makes a big complicated
mess out of something that is simple in other systems - Mailboxes.

-- 
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