Hi, I'd like to make an application where I draw on a surface, and that surface stays active when the orientation changes from portrait to landscape and back.
I know I can declare a port and a land layout, (res/layout-port, res/layout-land) but it takes several seconds for the framework to switch from one to the other, and during that time my class is inactive (it is declared in the XML for the orientation). So, how can I make a subclass of SurfaceView (or some other thing that I can draw on) that lives independently of the activity that is started and stopped on orientation change? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

