I wrote a couple articles a while back on how to perform view model first navigation within Xamarin.Forms. One article concentrating on the simple stack based navigation and another that puts Master/Detail pages into the mix. Now when I talk about view model first navigation - I'm talking…
View Model
Bindable Native Views in XAML - With Commands!?!
Back when I wrote the [post on the awesomeness that is binding platform specific, aka native, views directly in Xamarin.Forms XAML](https://codemilltech.com/bindable-native-views-xamarin-forms-2-3-3-look-ahead/) one of the things missing were `Commands`. For example, no tying button clicks to a `Command` in a view model. Using the UpdateSourceEventName attribute,…
View Model First Navigation Part 2 - The Devil's In The Details
Hi! I released a NuGet package that does VM First Navigation! This article here still contains valuable info - but this other article has the necessary info to start using the VM First NuGet package. The previous post on view model first navigation within Xamarin.Forms showed how to create…
Xamarin Forms - View Model First Navigation
Hi! I released a NuGet package that does VM First Navigation! This article here still contains valuable info - but this other article has the necessary info to start using the VM First NuGet package. I recently started a brand spanking new Xamarin Forms project and I wanted to have…