Welcome! This is the third entry in a series where I explore MVVM frameworks that can be used with Xamarin.Forms. As a by-product of my investigation, I'll have a handy bootstrapped project of each framework to help you get started using the framework discussed! tl;dr - source code Over the course of the series, I'll … Continue reading Bootstrap Series – Xamarin.Forms in ReactiveUI with Xamvvm
Tag: MVVM
Bootstrap Series – Xamarin.Forms in Prism.Forms
Update March 13: Prism 7.0 is now live! While many of the concepts in this post still apply, please review the full set of changes on Brian Lagunas' Blog. I've prepared a follow up post on how to upgrade your existing apps you can view here Welcome! This is the second entry in a series where … Continue reading Bootstrap Series – Xamarin.Forms in Prism.Forms
Bootstrap Series – Xamarin.Forms in MvvmLight
Welcome! This is the first entry in a three(?) part series where I explore MVVM frameworks that can be used with Xamarin.Forms. As a by-product of my investigation, I'll have a handy bootstrapped project of each framework to help you get started using the framework discussed! tl;dr - source code Over the course of the … Continue reading Bootstrap Series – Xamarin.Forms in MvvmLight
Model-View-ViewModel (MVVM) Patterns and Practices Cheat Sheet
I'm a creature of habit. I like my projects in MVVM and I tend to set them up a very particular way. If you've worked with the MVVM pattern before, you probably have your own methodologies, but if you're new to the pattern (here's a quick primer from Microsoft), here are some general rules I … Continue reading Model-View-ViewModel (MVVM) Patterns and Practices Cheat Sheet