Re: [mono-android] Stopping OnCreate when screen rotation changes

2012-09-11 Thread Stephan Steiner
I found my own answer in the meantime. It seems you need to register more ConfigChanges options - KeyboardHidden is needed as well, and starting with Android 3.2 ScreenSize also has to be specified. Regards Stephan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/

[mono-android] Stopping OnCreate when screen rotation changes

2012-09-05 Thread Stephan Steiner
Hi This ought to be simple, right? I declared my activity as follows: [Activity(Label = "@string/app_name", MainLauncher = true, ConfigurationChanges = ConfigChanges.Orientation)] As per http://mono-for-android.1047100.n5.nabble.com/Handling-Config-Changes-td5110047.html#a5110098 (and other