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!

  1. Create your ViewModel and ContentPage

  2. Register them and associate them with each other

  3. Use IPageServiceZero to present them

That's all there is to it!

Last updated