On Tue, Nov 9, 2010 at 2:13 AM, Shard <[email protected]> wrote: > Does anyone know if its possible to run an app within another?
It is not possible. > E.g. My app has 2 panels, and each runs an independent instance of > gmail? Your app cannot have a single instance of "gmail", let alone two. You cannot embed another application's UI in your own, except for app widgets if you are implementing a home screen or similar app. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- 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

