Top "Xamarin" questions

Xamarin is a platform consisting of Xamarin.

What is the difference between Xamarin.Form's LayoutOptions, especially Fill and Expand?

In Xamarin.Forms every View has the two properties HorizontalOptions and VerticalOptions. Both are of type LayoutOptions and can have …

c# layout view xamarin xamarin.forms
Android - Correct use of invalidateOptionsMenu()

I have been searching a lot on invalidateOptionsMenu() and I know what it does. But I cannot think of any …

android android-actionbar xamarin android-menu android-optionsmenu
Xamarin Forms Image fill width with proper aspect

Here is xaml (an image in stacklayout). Everything is logical: I set Aspect to AspectFit and HorizontalOptions to FillAndExpand. Width …

xamarin xamarin.forms
Xamarin Android - How to rebuild Resource.designer.cs

In Xamarin Android - How to regenerate the Resource.designer.cs I tried to mark all the XML file's Build …

xamarin xamarin.android xamarin-studio
Xamarin Forms Swipe Left/Swipe Right Gestures

I want to preface this by saying I'm completely new to mobile development, Xamarin, C#, .Net. I'm working on creating …

c# xaml xamarin xamarin.forms
Horizontal ListView Xamarin.Forms

Is any way to create ListView with horizontal scroll in Xamarin.Forms like image this is what i have done …

c# listview xamarin xamarin.forms
How can I create a drawer / slider menu with Xamarin.Forms?

How do I create an a slider menu using Xamarin.Forms? Is it baked in or something custom?

xamarin xamarin.forms
How to log in to Facebook in Xamarin.Forms

I want to make a Xamarin.Forms project, targeting iOS, Android and Windows Phone. My app needs to authenticate users …

xamarin xamarin.forms
How to handle/cancel back navigation in Xamarin Forms

I tried to use the back navigation by overriding OnBackButtonPressed, but somehow it wasn't get called at all. I am …

xamarin navigation xamarin.forms
java Lang UnsupportedClassVersion Error in Xamarin Studio

I am getting the following error when I am building my project . How do I correct this ? C:\Program Files (…

java c# android xamarin