28.01.2011 20:58, TreKing пишет:
Remember, rotating the device causes a change in configuration which cause the system to kill and restart your app. Built-In views will normally retain their state, but other changes you've made dynamically are your responsibility.
They cause Android to destroy and recreate the Activity. The app (meaning the process) keeps running.
There are callbacks for passing any dynamically created data from the old instance to the new instance of the activity:
http://android-developers.blogspot.com/2009/02/faster-screen-orientation-change.html -- Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com -- 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

