Summary
Once you've written a small amount of boilerplate code to get your app off the ground, adding new pages and navigating them is as simple as 1, 2, 3!
Create your ViewModel and ContentPage
Register them and associate them with each other
Use IPageServiceZero to present them
That's all there is to it!
Last updated