Ok... So my problem is to prevent from activity to reload after orientation is changed. Basically, what I did is this:
[Activity(Label = \"migs\", ConfigurationC
Above API 13, you need to include screensize in your ConfigChanges.
As denoted here.
Maybe adding that tag to your activity for API13+ will help?