I've seen numerous posts about letting the app control the handling of orientation changes by setting the "android:configChanges" attribute and overriding onConfigurationChanged().
However, it seems that its not necessary to override onConfigurationChanged() at all. How is this possible? I have a simple activity containing a ListView containing many items (TextViews). I'm not overriding onConfigurationChanged() but when the orientation is changed everything is redrawn/scaled perfectly. I can confirm that the activity is not being destroyed and recreated. I'm sure there is a perfectly logical explanation for this, but I would be very interested to know what that is! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

