I currently do a lot of WPF development and have started creating some basic Android apps. When creating WPF apps I often use MVVM, normally using Prism, and would like to k
There are plenty of examples for MVVM framework in github. I recommend using DroidWizard
DroidWizard does its own coupling between view and view model and the framework is slightly different from mvvm.
ModelEngine ViewModel View instean of Model ViewModel View