Just say I have two applications, each with one activity running on
separate processes and I want to send a simple string between them.
For the purposes of this example, let us say I have a button that
sends whatever is typed into an EditText view to the other application
where it is then displayed.

Do I have to expose a remote interface via a service that co-resides
between the two applications?

Or can I do something simpler (is there a way to pass data between
processes without defining your interface using AIDL)?

Thanks for clearing this up for me, as I seem to be struggling with
performing IPC at the moment.  I'm pretty sure I have to use the
Android IPC path and generate a remote interface using AIDL.  I'm just
not sure about the binding to service part.

Cheers!


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

Reply via email to