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 layout inside.
 
 so I want an activity group that will hold that news feed activity
 and the implemented web activity.

If you have the source code to the nice web activity, fix it to work
the way you want, and skip all this ActivityGroup stuff.

If you do not have the source code, and are trying to use the other
app's APK, you will not be able to integrate the nice web activity
into your application.

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

Warescription: Three Android Books, Plus Updates, One Low Price!

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