Are you repopulating the information into the new layout you are switching to?
Regardless of if you use configChanges or not, you need to repopulate your view. This is automatically invoked without configChanges since your app interface is removed and remade (calling onCreate again for you). If you are using configChanges, you will need to repopulate your views if you change it on one of the onConfigurationChanged events. Steven Studio LFP http://www.studio-lfp.com On Monday, October 24, 2011 7:58:52 AM UTC-5, Shajahan wrote: > > In the onCreate() method of an activity > --> done all the initialization part and also invoked the server using the > HTTP connection, to get the images > --> am using the onConfigurationChanged() of an activity to get the handle > of the Screen Orientation > --> but when it is rotated from horizontal to Vertical (vice-versa) new xml > for landscape view getting reflected but the not values in the gridview > > -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en