I have noticed that in some cases (for example when user unlock the device and my application is show as first or when I switch several times the tabs and next I change the device orientation) the onConfigurationChanged method of my activities in tabs has not been called. This method of my main TabActivity is always calling when I change the orientation. But why this method is not calling in activity in Tab? I know this because I have done debugging my application and I have also used Toasts in every onConfigurationChanged method.
In Manifest file I have: android:configChanges="orientation| keyboardHidden|keyboard" in TabActivity and also in others activities (these in tabs). And of course I have overrided onConfigurationChanged method in each activitiy. -- 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

