Re: [mono-android] Activity is restarted when the screen orientation changed

2013-09-22 Thread venkatesh
Hi Fabbr, Thanks for your reply. Implementing ConfigurationChanges config in Activityattribute solved the issue for *Android API Level 14 and above.* *[Activity ConfigurationChanges = Android.Content.PM.ConfigChanges.Orientation | Android.Content.PM.ConfigChanges.ScreenSize ]* Thanks --

Re: [mono-android] Activity is restarted when the screen orientation changed

2013-09-19 Thread Massimiliano Fabbri
you need to fix the orientation in the activity label. Just do a search on the xamarin forum Il 19/09/13 10:03, venkatesh ha scritto: Hi, I don't want my activity be restarted, when user changes the screen orientation for *API Level 15* and above. I have tried setting ActivityAttribute.Configura

[mono-android] Activity is restarted when the screen orientation changed

2013-09-19 Thread venkatesh
Hi, I don't want my activity be restarted, when user changes the screen orientation for *API Level 15* and above. I have tried setting ActivityAttribute.ConfigurationChanges in the main activity . But when the screen is oriented, Activity is restarted . [Activity(ConfigurationChanges = Andro