hi, look for help on onConfigurationChanged event and check the orientaion against Configuration.ORIENTATION_LANDSCAPE / Configuration.ORIENTATION_PORTRAIT. This event expose config as a parameter as given below and also add android:configChanges to manifest
onConfigurationChanged (Configuration yourConfig) On Sat, Feb 28, 2009 at 6:13 AM, jj <[email protected]> wrote: > > how the application knows that the view of device has changed from > portrait to landscape. > is there any way to know the application about view change. > > thank you > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

