Hi all, I am trying to find a hook on the SDK level that allows me to capture the full completion of a screen rotation in Honeycomb, say the Motorola Xoom. I can capture the initiation of the rotation with public void onConfigurationChanged(Configuration newConfig) (when android:configChanges="orientation" is set accordingly), but all other Overrides and hooks I've tried (in views, Display, e.g. onRotation()) call back prior to the full completion of the screen rotation.
-- 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

