Can I please point you to my question on Stack Overflow? http://stackoverflow.com/questions/11175966/how-to-prevent-the-layout-from-getting-reset-when-the-screen-orientation-changes
I am a bit stuck. It's a pretty simple example, the checkbox's event handler adds one button to the layout. I change the screen orientation and the button disappears. The button that was added to the layount in the onCreate()-method remains on the screen. What's the difference? What do I need to do to still have Button 2 on the screen after I change the screen orientation? Regards, -Steffen- -- 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

