Hi,

I have an activity with a quite complex view hierarchy that I'm
attempting to avoid being recreated each time the orientation changes
(locking the orientation is NOT an option). I added the usual

    android:configChanges="keyboard|keyboardHidden|orientation"

attributes and implemented onConfigurationChanged in the activity.
Everything goes smoothly if I declare the API compatibility as

    <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8" />

If I change it to


-- 
"The flames are all long gone, but the pain lingers on"

-- 
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

Reply via email to