Top "Xamarin" questions

Xamarin is a platform consisting of Xamarin.

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
Project not selected to build for this solution configuration

The error: >------ Skipped Deploy: Project: DrawShape.Android, Configuration: Debug Any CPU ------ >Project not selected to build …

c# xamarin visual-studio-2015
How to terminate a Xamarin application?

How to terminate a Xamarin application from any of the activities? I have tried both System.Environment.Exit(0) and System.…

xamarin terminate
What's the meaning of * (asterisk) in XAML ColumnDefinition?

What is the meaning of * (asterisk) in the XAML below? <ColumnDefinition Width="0.07*"/> <Grid Height="100" HorizontalAlignment="Left" Margin="102,134,0,0" …

wpf xaml xamarin layout grid
Get Length of array JSON.Net

How can I get the length of a JSON Array I get using json.net in C#? After sending a …

c# json json.net xamarin
Visual studio (2015) emulator for android not working - XDE.exe - Exit Code 3

I have created a new Blank App (Xamarin.Forms Portable) project in Visual Studio 2015. When I try to run Droid …

android visual-studio xamarin android-emulator visual-studio-2015
What is fatal signal 6 in android logcat

Im new to android development my app gets constantly killed when switching 11 times from activity and than it only says …

java c# android xamarin
Xamarin.Forms - How to overlay an ActivityIndicator in the middle of a StackLayout programmatically

I want to overlay my ActivityIndicator in the middle of my form but I'm not entirely sure how I can …

xamarin xamarin.forms
Toast equivalent for Xamarin Forms

Is there any way using Xamarin Forms (not Android or iOS specific) to have a pop-up, like Android does with …

c# xamarin xamarin.forms toast
How to zipalign the apk file in Windows

I have signed and packaged the Xamarin application and so have created the apk file using Visual Studio. How can …

android xamarin apk