Top "Xamarin" questions

Xamarin is a platform consisting of Xamarin.

Xamarin.Forms Page BackgroundImage property

How are you supposed to set the background image for a Page, as the BackgroundImage is a string? I would …

xamarin xamarin.forms
Adding SearchView in Fragment

Trying to include a searchview in actionbar. For this, I have done the following: Created MenuSearch.xml in the menu …

android xamarin searchview
How to create click event on label in xamarin forms dynamically

I am working on cross platform xamarin application and I want to create hyperlink label for "Forgot password?" on login …

c# xamarin xamarin.forms cross-platform
Error CS1703: Multiple assemblies with equivalent identity have been imported - Xamarin + VSTS

I upgraded to the latest Xamarin for Visual Studio 2015 (Community Edition), recompiled my projects, checked in a few small code …

c# xamarin mono xamarin.android azure-pipelines
Add Gradient background to layouts in Xamarin Forms visual studio

I am a newbie in Xamarin Forms, I create a ContentPage for Menu. I need linear gradient color at its …

c# xamarin cross-platform xamarin.forms visual-studio-2015
How to disable highlight on ListView in Xamarin.Forms

I'm working with Xamarin.Forms and XAML, and I'm trying to create an application that stores a list of products. …

xamarin xamarin.forms
Use a local database in Xamarin

I have started using the Xamarin plugin for Visual Studio to create an Android app. I have a local SQL …

android sqlite xamarin xamarin.android local-database
How to develop iOS app using Xamarin Studio on Windows?

I'm evaluating a Xamarin Studio indie license which does not include VS integration - Correct me if I am wrong. …

c# ios xamarin xamarin.ios xamarin-studio
No valid iOS code signing keys found in keychain

I can Archive and Publish an app in debug mode, but when switched to App Mode i get the following …

ios xamarin keychain
Singleton httpclient vs creating new httpclient request

I am trying to create layer for webservice using HttpClient in my Xamarin.Forms mobile app. without singlton pattern with …

c# xamarin design-patterns httpclient