On Jul 6, 2:01 pm, Mark Murphy <[email protected]> wrote: > > Or register a callback AIDL object with the service. > > Or use broadcast intents for the callback-style messaging, though these > are subject to interception. > Yes. But that is my question. What is most effective, considering performance, power-consumption and third-party integration (in that order); Using a service through AIDL or using Intents (with sticky broadcasts for service state)?
Security is not an issue at the moment, so we can disregard from that aspect. // Erik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

