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
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
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.