Using the ContainerView to Transition between Views - aka More Fragments in Xamarin.iOS
Having used Fragments in Xamarin.Android and ContentControls in WPF I was keen to understand how to create pages composed of subviews in iOS. I have »
Having used Fragments in Xamarin.Android and ContentControls in WPF I was keen to understand how to create pages composed of subviews in iOS. I have »
Having used Fragments in Xamarin.Android and ContentControls in WPF I was keen to understand how to create pages composed of subviews in iOS. The project »
The MVVM Light framework for Xamarin.Android provides a NavigationService allowing for navigation to views to be invoked from code in a View Model command handler »
The MVVMLight framework version 5.3 was released by Laurent Bugnion back in April. This release provides the ObservableRecylerAdapter class for Xamarin.Android. This post presents »
The MVVMLight framework version 5.3 was released by Laurent Bugnion back in April. This release provides the ObservableTableViewSource class for Xamarin.iOS. This post presents »