Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
15
NavigationViewModelBase Documentation
posted

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!

Parents
No Data
Reply
  • 5170
    Offline posted

    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.

Children
No Data