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.
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 mvvmcrossI'm having this issue when I applied the toolbar into my app and it crashed when I try to run …
android mvvmcross toolbarWhen attempting to compile my Xamarin.Android app I get the compile error: Error 3 The file "obj\Debug\android\bin\…
android xamarin mvvmcrossI have the following implementation. And the default timeout is 100 seconds. I wonder how can I able to change the …
c# xamarin mvvmcrossThis 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 mvvmcrossI am developing an iPad application with Xamarin.iOS and MVVMcross. So I have a PCL with my View-Model and …
xamarin.ios xamarin mvvmcrossInstalling 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 refitI'm trying to bind an image's src. I have tried using MvxHttpImageView like this <Mvx.MvxHttpImageView android:layout_width="…
xamarin.android mvvmcrossI have created one new project in Visual studio and only che in .xml file (put two frame layouts) and …
android xamarin mvvmcrossI am currently investigating all possible solutions to be able to inform the user, ie pop a dialog, when there …
mvvm dialog modal-dialog mvvmcross