Is there any event or listener which fires @ time of orientation changed?
or, how to find out that the orientation of phone is changed?
Thank You
As far as I know there is a listener for this,
Check out http://developer.android.com/reference/android/view/OrientationListener.html
That is the class have a look through there.
Hope that helped.