screen-orientation

How to be notified when orientation would have changed, after using setRequestedOrientation()?

My Activity locks its orientation by using setRequestedOrientation(). However, once this is set to something other than ActivityInfo.SCREEN_ORIENTATION_SENSOR, onConfigurationChange() is no longer called (since it is not changing anymore) when the user rotates their device. Is there a way, after the orientation is set with setRequested...

how to increase the orientation speed for iPad?

hai, I'm using orientation for my application in iPad. i need to increase my orientation speed while i do the orientation(landscape, portrait, portrait upsidedown, landscape left, landscape right). but it little bit slow when orient the view can you please give the solution for my issue. edit: i have two controller landscape and portr...