On Sun, Aug 7, 2011 at 1:34 AM, Paku <virp...@gmail.com> wrote:
> I have gone through many blogs and topics about communicating between
> processes, all of them show how to communicate between activity and
> services, what i want to achieve is ,
>
> Activity 'A' in process 'PA'
> Activity 'B' in Process 'PB'
>
> now i want to send data between 'A' and 'B' to and fro with the use of
> the Binder IPC.

That's not possible.

> I request somebody to explain about this. please help me get through
> this.

Pass parameters in the Intent to the 2nd activity. Otherwise, these
two activities should have nothing to do with each other.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 3.1 Programming Books: http://commonsware.com/books

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