Re: [android-developers] How to turn of screen clearing between Activities

2009-12-05 Thread Dianne Hackborn
There is not generally such a thing, as can be seen by how most activities in the standard platform don't do this (for example navigating all through ApiDemos). There are a couple ways flicker can happen if you aren't careful: for example when using a SurfaceView if the surface is just filled with

[android-developers] How to turn of screen clearing between Activities

2009-12-05 Thread Michael Bollmann
How can i avoid that the whole screen is filled with black between two Activities that look almost the same? Its an unnecessarily annoying flicker if both Activities got exactly the same background image. -- You received this message because you are subscribed to the Google Groups "Android Develo