Ever want to put 2 list views of data on the same page in Xamarin.Forms, but you knew it wasn't a good idea? Well - this post will show you a way around it!…
MVVM
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 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…
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), layout engine, and now it’s very…
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…