[android-developers] ActivityGroup and LocalActivityManager

2010-03-24 Thread oriharel
Hi All!
I need a to create a layout that holds to other layouts.
each one of the layout should be populated by a different activity.

I've done some research and came across the fact that I need to
implement an ActivityGroup and use it's LocalActivityManager.
problem is that I don't understand the View hierarchy in such a
situation. a naive attempt to find the view of the parent window
(simple findViewById) fails (returns NULL).

I can't find any examples on the web.
have anyone done it before?

thanks,
Ori

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


Re: [android-developers] ActivityGroup and LocalActivityManager

2010-03-24 Thread Mark Murphy
oriharel wrote:
 I need a to create a layout that holds to other layouts.
 each one of the layout should be populated by a different activity.

Why?

What do you think you gain versus just using ordinary Views?

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

_Beginning Android 2_ from Apress Now Available!

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

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.