Just downloaded and installed Ultimate UI for Xamarin and looking forward to digging in.
While creating a new "AppMap" project, I noticed the property for "ViewModel Base" with two options: AppMapViewModelBase and NavigationViewModelBase.
Unfortunately, I'm unable to find any documentation regarding these two options. Is there any or can you provide details on the feature/functionality of these, differences, pros/cons, etc.?
Thank you!
There are no docs for the different base classes. The main difference is that the NavigationViewModelbase does a lot more error handling and has additional dependencies such as the IPageDialogService used for showing navigation errors. AppMapViewModelBase is a less opinionated version. The classes have /// comments so I encourage you to explore both classes and decide which one is right for you.