[android-developers] Honeycomb screen rotation: hook to full completion
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home