Top "Xamarin" questions

Xamarin is a platform consisting of Xamarin.

Visual Studio 2015 Xamarin deploy fail without any error message

I just installed VS 2015, the installation was finish (after some fail time caused by the slow network, I run setup …

android build xamarin visual-studio-2015 messages
The "ResolveLibraryProjectImports" task failed unexpectedly

I have a Xamarin project, which is based on MvvmCross. The project is for both iOS and Android. I opened …

c# visual-studio xamarin xamarin.android mvvmcross
Getting OutOfMemoryException in Xamarin

java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing 'java.exe' I am …

c# visual-studio xamarin xamarin.android
Splash screen activity background color

I have problem with my splash screen on Android. Splash screen is displayed to the user during long application startup …

android xamarin splash-screen
Add view over tableview (UITableViewController)

Situation: I've got a UITableViewController loading some data asynchronously from a service. During this time I would like to place …

iphone ios uitableview xamarin.ios xamarin
Warning major version 52 is newer than 51, the highest major version supported by this compiler

Basicly I'm super newbie and started internship in IT company. I installed VS with Xamarin. The problem that I'm facing …

visual-studio xamarin xamarin.android
Visual Studio Android Emulator won't run application

I recently got into Xamarin development. I have a lot of experience in Xcode making iOS apps and the iOS …

android android-emulator xamarin xamarin.android simulator
Get current Activity - Xamarin Android

I am developing an portable App for Android and iOS. My current function is taking a Screenshot and use that …

c# android android-activity xamarin xamarin.android
Xamarin remove app title

I'm struggling with the dumbest thing (I guess I'm just not used to the Xamarin Designer). How can I remove …

c# xamarin.android xamarin
How do I use SharedPreferences in Xamarin.Android?

I want to save and retrieve some application settings in my Xamarin.Android project. I know that in Android (java), …

android xamarin xamarin.android