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.

Close/hide the Android Soft Keyboard in MvxFragment

I create android app with xamarin + mvvmcross. I have an MvxAutoCompleteTextView in my MvxFragment. After writing in the MvxAutoCompleteTextView and …

android xamarin mvvmcross android-softkeyboard
MvxListView create binding for template layout from code

Lets say I have a simple Layout with a MvxListView: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="…

android xamarin.android mvvmcross
MVVMCross support for Xamarin.iOS Storyboards

With support for XS integration of iOS storyboards about to make the Stable stream, I would love to be able …

xamarin mvvmcross
What is the best way to handle GoBack for the different MvvmCross (v3) platforms

In MvvmCross v3 I use ShowViewModel to navigate to different pages. Before converting over to Mvx I'd use the NavigationService.…

c# mvvmcross
Xamarin: How to load image from iOS library project

I have a Xamarin Project styled with MvvmCross. There are Subprojects: Core (PCL) ViewModel (PCL) iOS (Executable) If i add …

c# xamarin xamarin.ios uiimage mvvmcross
MvvmCross: What is the best way to get the selected item from an MvxListView in android?

I'm using MvvmCross v3.06 and I've defined a MvxListView in android which is bound to a list. I can see …

mvvm xamarin.android xamarin mvvmcross