[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

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

Re: [mono-android] Add .dlls assembly to the gac os OSX

2013-09-19 Thread Jonathan Pryor
On Sep 18, 2013, at 9:42 AM, Francesco Colombo wrote: > I've got a bunch of .dlls that I need to reference on severals projects in > Xamarin.Android. There is a main assembly which depends from other > assemblies. I think a good way to achive this is to add ALL those assemblies > into the GAC.