I am creating a suite of applications with once central management application. The management application will allow for the viewing of the logs of all the others, possibly do some licencing validation (the device may not have the market to do it) and the centrl management app will also act as the interface between the apps and a server. So each app will need to request data from a central server and i want this to only be configured in one place. So in summary my options are: 1) "Ian Intent with a ResultReceiver in one of its 'extras', and use a BroadcastReceiver in the other app that calls 'send' on the received Intent's 'extra' (ResultReceiver) when it needs to send back a result." 2) AIDL 3) Messenger I'll have to do some research and see which one is best suited to my applications Thanks again
-- 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