You really do not want to show "different activities running on different parts of the screen running together". While ActivityGroup could be forced into working that way, it has been deprecated, and new development should be avoiding it.
Please look into fragments (both the native Honeycomb fragments and the implementation in the Android Compatibility Library). On Sat, Sep 3, 2011 at 2:04 AM, sandy <[email protected]> wrote: > I have to divide my my screen in four parts and show different > activity running on different parts of screen running together.help > me to do this. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.6 Available! -- 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

