Top "Xamarin.forms" questions

Xamarin.

How do you switch pages in Xamarin.Forms?

How do you switch between pages in Xamarin Forms? My main page is a ContentPage and I don't want to …

xamarin xamarin.forms
Xamarin.Forms ListView: Set the highlight color of a tapped item

Using Xamarin.Forms, how can I define the highlight/background color of a selected/tapped ListView item? (My list has …

android ios listview xamarin xamarin.forms
How to change application icon in Xamarin.Forms?

I replaced all the images everywhere (by this I mean in drawable folders and all Windows Assets folders and iOS …

c# cross-platform xamarin.forms
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
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
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
How can I save some user data locally on my Xamarin Forms app?

I have a simple Xamarin Forms app. I've now got a simple POCO object (eg. User instance or an list …

xamarin storage xamarin.forms