Xamarin.Forms ViewModel First Navigation Library

I wrote a couple articles a while back on how to perform view model first navigation within Xamarin.Forms. One article [https://codemilltech.com/xamarin-forms-view-model-first-navigation/] concentrating on the simple stack based navigation and another [https://codemilltech.com/view-model-first-navigation-part-2-the-devils-in-the-details/] that puts Master/Detail pages into the mix. Now when I talk…

Read More

Making It Snow! Xamarin.Forms and CocosSharp and Particles

It goes without saying that I’m a big fan of Xamarin.Forms. It’s the first framework I evaluate when taking on a new project. I love all of the out of the box goodness it provides – easy MVVM (especially the binding [https://codemilltech.com/back-to-school-part-2-revenge-of-the-custom-bindings/]), layout engine, and…

Read More

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 [https://codemilltech.com/xamarin-forms-viewmodel-first-navigation-library/] has the necessary info to start using the VM First NuGet package [https://www.nuget.org/packages/CodeMill.VMFirstNav/].The previous post on…

Read More

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 [https://codemilltech.com/xamarin-forms-viewmodel-first-navigation-library/] has the necessary info to start using the VM First NuGet package [https://www.nuget.org/packages/CodeMill.VMFirstNav/].I recently started a…

Read More