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 create android app with xamarin + mvvmcross. I have an MvxAutoCompleteTextView in my MvxFragment. After writing in the MvxAutoCompleteTextView and …
android xamarin mvvmcross android-softkeyboardLets say I have a simple Layout with a MvxListView: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="…
android xamarin.android mvvmcrossWith support for XS integration of iOS storyboards about to make the Stable stream, I would love to be able …
xamarin mvvmcrossIn MvvmCross v3 I use ShowViewModel to navigate to different pages. Before converting over to Mvx I'd use the NavigationService.…
c# mvvmcrossI have a Xamarin Project styled with MvvmCross. There are Subprojects: Core (PCL) ViewModel (PCL) iOS (Executable) If i add …
c# xamarin xamarin.ios uiimage mvvmcrossI'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