Top "Mvvmcross" questions

MvvmCross is an open source, convention over configuration, MVVM framework for the Xamarin platform and Windows UWP, WPF, Windows Phone 8.1 (non-Silverlight), Windows 8.1 (modern Apps) and Windows Console Apps.

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
Do not request Window.FEATURE_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead

I'm having this issue when I applied the toolbar into my app and it crashed when I try to run …

android mvvmcross toolbar
Android App Compile Not Generating Package Resources

When attempting to compile my Xamarin.Android app I get the compile error: Error 3 The file "obj\Debug\android\bin\…

android xamarin mvvmcross
Change default timeout

I have the following implementation. And the default timeout is 100 seconds. I wonder how can I able to change the …

c# xamarin mvvmcross
Build Failed. MonoDroid does not support running the previous version

This is my first Xamarin android project with MVVMCross. Started from scratch. The project builds without any errors but when …

visual-studio-2012 xamarin xamarin.android mvvmcross
Cannot launch Xamarin.iOS app on device

I am developing an iPad application with Xamarin.iOS and MVVMcross. So I have a PCL with my View-Model and …

xamarin.ios xamarin mvvmcross
Severity Code Description Project File Line Suppression State Error Could not install package 'Refit 4.0.1'

Installing Refit in Xamarin MvvmCross Profile 111 .NetPortable 4.5 Severity Code Description Project File Line Suppression State Error Could not install package …

c# xamarin mvvmcross refit
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
The "GenerateJavaStubs" task failed unexpectedly

I have created one new project in Visual studio and only che in .xml file (put two frame layouts) and …

android xamarin mvvmcross
MvvmCross Dialog

I am currently investigating all possible solutions to be able to inform the user, ie pop a dialog, when there …

mvvm dialog modal-dialog mvvmcross