Top "Xamarin.android" questions

Xamarin.

Mono for iOS/Android Open or Closed? Paid or Free?

I am attempting to learn more about mobile/tablet development and, as a .NET developer, I am naturally drawn to …

android .net mono xamarin.ios xamarin.android
How to exit the App in Xamarin Forms?

My project is built with master-detail navigation. There are totally three pages in the list named as Resources, Contacts, and …

xamarin.android xamarin.forms xamarin.windows
How to fix "OutOfMemoryError: java heap space" while compiling MonoDroid App in MonoDevelop

When I try to compile (not execute) one of my projects, I recently get the following error: Tool /usr/bin/…

android build xamarin.android monodevelop xamarin
how to bind an image src to resource drawable image with Mvvmcross?

I'm trying to bind an image's src. I have tried using MvxHttpImageView like this <Mvx.MvxHttpImageView android:layout_width="…

xamarin.android mvvmcross
Prevent Orientation change in Xamarin Android Application

Is it possible to prevent the orientation of an Android application from changing ? I have an application that previews the …

c# android xamarin.android xamarin
Xamarin DependencyService: System.MissingMethodException: Default constructor not found for [Interface]

I am receiving this error when using the Dependency Service on a Xamarin.Forms PCL. I have seen answers to …

c# dependency-injection xamarin.android xamarin.forms stripe.net
No resource found that mach the given name Theme.AppCompat.Light.NoActionBar

I am adding some items in Styles.xml files. However, it is giving me an error. Here is my code. &…

xamarin.android xamarin-studio
Xamarin.Android builds/deployments are very slow. How to speed them up?

We have a large Xamarin.Android project with two depending projects and a bunch of third party dll's. Doing a …

android build xamarin.android xamarin
Type cast from Java.Lang.Object to native CLR type in MonoDroid

How to cast Java.Lang.Object to some native type? Example: ListView adapter contains instances of native type Message. When …

xamarin.android
Tabs Swipe direction in Right to Left Android app

I have an Android app that has tabs. I want the app to be Right to Left. I put android:…

android android-layout xamarin xamarin.android android-tabs