Top "Xamarin" questions

Xamarin is a platform consisting of Xamarin.

Xamarin Forms StackLayout: How to set width / height of children to percentages

Is there a way to create a vertical stack layout with a button that takes 30% of of the parent, and …

xaml xamarin xamarin.forms
The type or namespace name 'Xamarin' missing error in Xamarin Studio

I'm getting this error: "MyApp\App.cs(7,7): Error CS0246: The type or namespace name 'Xamarin' could not be found (are …

xamarin xamarin.forms
Keystore file doesn't exist

I'm trying to get the SHA1 fingerprint so I can get an Google API key. Im in the following directory: /…

android xamarin google-api mono
Facebook SDK: app not registered as a URL Scheme

I am using the Facebook SDK found here, and am trying the sample that is provided (in the folder FacebookiOSSample). …

ios facebook xamarin url-scheme
When to use Xamarin.Forms vs Xamarin Native?

I need to make a decision between using Xamarin.Forms vs Xamarin native to develop an app. I want to …

c# xamarin xamarin.ios xamarin.android xamarin.forms
PushAsync is not supported globally on Android, please use a NavigationPage - Xamarin.Forms

I have the following method in an Xamarin.Forms.ContentPage wired to a button click event public class LoginPage : ContentPage { …

navigation xamarin xamarin.android xamarin.forms
How to use Push Notifications in Xamarin Forms

I have an app using Xamarin.Forms targeting IOS, Android and WP 8. I need push notification feature in my app. …

c# xamarin push-notification xamarin.forms pushsharp
Xamarin Visual Studio IOS Development Without a Mac?

I'm a .NET developer and want to write an IOS & Android app in C#. I've had a read around …

c# android ios macos xamarin
How to correctly use the Image Source property with Xamarin.Forms?

I am having difficulty bringing up an image on the content page in a stack layout. I looked through Xamarin …

c# xamarin xamarin.forms imagesource
GridLayoutManager - how to auto fit columns?

I have a RecyclerView with a GridLayoutManager that displays Card Views. I want the cards to rearrange according to the …

android layout xamarin android-recyclerview android-gridlayout