There is no need to use SurfaceView for that, just make your own activity transparent such as with Theme.Translucent. Anyway, the UI model is designed around having one main fullscreen activity visible to the user (any number of non-fullscreen or translucent activities can be stacked on top of it). There is no way to have two running side-by-side without significant deep cooperation between the two apps.
On Mon, Sep 21, 2009 at 8:05 PM, Rud <[email protected]> wrote: > > Just speculating but maybe using SurfaceView with a transparent > region? The background app might show through the transparent area of > the foreground app. > > Rud > > > On Sep 21, 7:43 am, Karthik P <[email protected]> wrote: > > Does anyone has an idea of how to split the screen into two? Is it > possible > > for me to run an application in one screen and another app in other > screen? > > Any help in this regard will be of great help. > > Karthik > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

