madmax wrote: > Hey Folks, > I have a service that i need to access across > multiple Applications. Can anyone tell me how this can be done?
Create a remote service and expose an interface through AIDL. Here is a pair of sample applications demonstrating the technique: http://github.com/commonsguy/cw-advandroid/tree/master/AdvServices/RemoteClient/ http://github.com/commonsguy/cw-advandroid/tree/master/AdvServices/RemoteService/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- 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

