Simple example using MVVMLight framework in a Xamarin.Forms DotNetStandard application
This example shows hot to use MVVMLight to:
- Setup the Inversion of Control (IoC) Container.
- Bind the ViewModel to the View.
- Implement a Command.
- Calling code behind from your ViewModel.