Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 317 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 317 Bytes

XamarinFormsMvvmLightNetStd

Simple example using MVVMLight framework in a Xamarin.Forms DotNetStandard application

This example shows hot to use MVVMLight to:

  1. Setup the Inversion of Control (IoC) Container.
  2. Bind the ViewModel to the View.
  3. Implement a Command.
  4. Calling code behind from your ViewModel.