Accessing platform specific code using IOC in MVVM Cross
Sometimes we need to write code specific to platform which cannot be written in View Model and needs to be…
Sometimes we need to write code specific to platform which cannot be written in View Model and needs to be…
With the introduction of MVVM pattern and WPF code structure, we have gradually mould ourselves to separate our presentation layer…