I have just started looking at Xamarin to develop a fairly simple prototype app that is essentially a wizard with a very fixed navigation; a launch page with a start button, followed by another four pages of data collection and displayed data with a final page with either a Submit or Cancel button.
I have the impression that navigation, as with web systems, is a fairly critical matter with this technology.
Both the flyout and tabbed templates that VS2019 provides, give me the impression that using the Shell approach to navigation is the way MS wants me/us to go...but it seems to be designed for the kind of navigation where the user decides what function they want to use. I want to be telling the user exactly what to do and when...and keeping it as simple as possible (we're talking medical staff!).
In this scenario do you think it is wiser to keep to something very simple and not bother with Shell...or does Shell give us functionality that as a newbie I can't possibly know about yet and so I should stick with it?
