Can you clarify what you are trying to do? It's hard to see why you
want to do what you are asking about.

If you are trying to display the same information, from the same data
model, in two identical-looking views in two different activities, you
should create a class that extends AdapterView if your data model
contains several of the same kind of thing. If the data is all
different kinds, use the observer/observable classes in either
android.database or java.util to connect two views to the same data
using an implementation of the observer pattern. If the views can be
in two different apps, use a ContentProvider component. If you want
the views to look identical, use the same XML to specify how they
look.

On Feb 28, 10:36 am, Aniruddh Bajirao <[email protected]> wrote:
> For a rather crazy reason I am trying to pass a linearLayout from one
> activity to another.

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