Is there a good sample for Xamarin and MvvmCross v5 that breaks down the UI components and application development process in digestible steps?
For example, something that would:
1. Show building the initial app with a single view
2. Changing the single view to be a login page
3. Changing the main view to be a new view, and show the login page if required/requested
4. Adding a list of items as the main view, that are selectable, showing an alert message if selected
5. Changing the alert message to display a new view
6. Changing the list of items in the main view to be a fragment that is in a flyout from a hamburger button
7. Changing one of the selected item views to show a complex grid, list, etc view