[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

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