Hi,
We have implemented the logic of screen building from one mode to
other (Landscape<-->Portrait) through onConfigurationChanged()
method. All our screen rendering is at run-time and all layouts
related to the respective mode will be created at run-time, while
rotation of screen. We are observing distortion of the screen for a
second or two during rotation and then rendering the actual screen.
Reason could be:
Android Platform is trying to take the screen layout from the
current mode and trying to fit for other mode. This screen is
displayed first and then our logic of building screen is invoked
through onConfigurationChanged() method after that. Is there a way to
avoid intermediate screen that is displaying for a second or two??
Regards
V. Anand
--
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