It probably doesn't make sense for you to have separate apps for this.  Can
one be installed without the other?  I think that the typical answer here
is that people too often think they need separate apps when indeed doing so
is probably a bad idea.

Kris

On Wed, Nov 2, 2011 at 12:26 PM, Boozel <[email protected]> wrote:

> 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 [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
>

-- 
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

Reply via email to