On Sun, Mar 13, 2011 at 7:26 AM, mani <smanikanda...@gmail.com> wrote:
>  Basically i am trying to pass a view instance from one process to
> another process.

I can think of no valid scenario where this would be the appropriate design.

First, unless these are multiple applications, there should not be
multiple processes.

If there are multiple applications, those applications should expose
an API that ships model data between processes, not views.

To put it another way, what you are asking is akin to "how do I pass
this listbox from Microsoft Excel to Quicken?". Passing *data* from
Excel to Quicken may make sense; passing GUI widgets from Excel to
Quicken does not, IMHO.

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

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