Clean ViewModels with Xamarin.Forms
I like to keep my view models focused on just the code needed for a particular view, and to keep as much plumbing and infrastructure code »
I like to keep my view models focused on just the code needed for a particular view, and to keep as much plumbing and infrastructure code »
As a Xamarin University instructor, I am occassionally asked how I would put together a typical MVVM based app while connecting to a remote service. This »
Model-View-ViewModel (Mvvm) is a fantastic pattern when designing cross platform mobile applications. With Mvvm, we can write our ViewModels in shared code and target Xamarin.iOS, »