[android-developers] Re: ActivityGroup and LocalActivityManager

2010-03-24 Thread oriharel
ok, someone here wrote a nice web activity that I want to use. however, I want to use it differently, say adding an area on the top that will be populated by news feed or adds. his activity takes over the entire layout it resides in, and doesn't support adding another layout inside. so I want an

Re: [android-developers] Re: ActivityGroup and LocalActivityManager

2010-03-24 Thread Mark Murphy
oriharel wrote: ok, someone here wrote a nice web activity that I want to use. however, I want to use it differently, say adding an area on the top that will be populated by news feed or adds. his activity takes over the entire layout it resides in, and doesn't support adding another

[android-developers] Re: ActivityGroup and LocalActivityManager

2010-03-24 Thread oriharel
So when should one extend tha ActivityGroup? Never? On Mar 24, 4:07 pm, Mark Murphy mmur...@commonsware.com wrote: oriharel wrote: ok, someone here wrote a nice web activity that I want to use. however, I want to use it differently, say adding an area on the top that will be populated

Re: [android-developers] Re: ActivityGroup and LocalActivityManager

2010-03-24 Thread Mark Murphy
oriharel wrote: So when should one extend tha ActivityGroup? Never? I'm sure there are valid reasons to do it. I can't think of any. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.0 Available! -- You received