Skip to main content
This topic has been closed for replies.
Correct answer Colin Holgate

I am useing the change becuse I develop to android. I know that It occur after the event changed but I wanted to know what are the parameters, if there are some , that effect the time.


It should just be based on how long it takes for the user to turn the device, and for the interface to settle down.

Back to the changing event for a moment, you know you can use that with Android OS 2.3 and later? If you used that you would know they are turning the device before the interface starts to rotate.

What's your overall goal?

1 reply

Participating Frequently
April 8, 2012

what are the reasons for a very long delay for the StageOrientationEvent from the moment it happend till it called and the time that it happens?

Colin Holgate
Inspiring
April 8, 2012

Are you using the changing event or the changed event? If you're using changed, then the event won't occur until after the orientation has changed.

Participating Frequently
April 8, 2012

I am useing the change becuse I develop to android. I know that It occur after the event changed but I wanted to know what are the parameters, if there are some , that effect the time.