Top "Xamarin" questions

Xamarin is a platform consisting of Xamarin.

How to enable borders in Grid in Xamarin.Forms

I'm building a grid in Xamarin.Forms. And I'd like to add borders like tables. I thought that I could …

c# xamarin xamarin.forms
Does anyone have benchmarks (code & results) comparing performance of Android apps written in Xamarin C# and Java?

I came across Xamarin claims that their Mono implementation on Android and their C# compiled apps are faster than Java …

c# java android xamarin dot42
How to format date and time in XAML in Xamarin application

I have a set up XAML code below. <Label Text="{Binding Date}"></Label> <Label Text="{…

datetime xamarin xamarin.forms
ERROR ITMS-90164/90046: Invalid Code Signing Entitlements

Note: I'm developing using Xamarin. Similar question posted in Xamarin Forum here I'm creating an app called, say CompanyApp. Then …

ios xamarin app-store provisioning-profile application-loader
Xamarin Forms Margins

I'm trying to find some margins analog in Xamarin.Forms documentation. Does anybody know is there something or paddings is …

xamarin xamarin.forms
Get current screen width in xamarin forms

I am creating one Xamarin Forms project and I got stuck in finding the current screen width according to the …

xamarin width xamarin.forms
Page lifecycle events in xamarin.forms

I just developed my first xamarin.forms app. I am excited about xamarin.forms, but I miss several events. Are …

c# events xamarin xamarin.forms page-lifecycle
Android Toast equivalent in iOS

Does anyone know what the Java Toast equivalent of this iOS Objective C event would be in a Fragment? Below …

android ios xamarin xamarin.ios toast
Separators in Xamarin.Forms

I'd like to use horizontal separator lines in a form. As far as I found out, Xamarin.Forms doesn't provide …

xamarin xamarin.forms
Xamarin.Forms - InitializeComponent doesn't exist when creating a new page

I'm using Visual Studio to try out Xamarin.Forms. I'm trying to follow the guide: http://developer.xamarin.com/guides/…

xamarin xamarin.forms