Hi guys, I'm having several problems to run task in background that returns objects, I use separate threads that send messages to a Handler when tasks starts and finishes, I use a Static Class to run these tasks associating each task to an ID I can know if these tasks are running or not before launch each task. I pass each task to my task manager as Runnable object.
But I'm having too many problems. I have been searching documentation about that but I don't find serious documentation about that. I know threads, services, broadcast receivers, ... but I can't find the way to make it. Since the services need to receive only Parcelable objects, I can't send my Runnable object to be runned. I want to build some task manager that I will able to register tasks as a Runnable object, and I can receive results. Someone knows a GOOD documentation about that?? Thanks in advance. -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

