So, I\'ve read the android AIDL documentation and have a general idea of how RPC works between an Activity and a Service. However, for my application it seems overboard to i
Android documentation suggests to work with a messenger as client interface in their Remote Messenger Service Sample: Remote Messenger Service Sample
Code example can be found in the link above, no need to repost here I guess...
Regards, Michael