Android MVVM Design Pattern Examples

后端 未结 14 1291
逝去的感伤
逝去的感伤 2020-12-07 07:09

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

14条回答
  •  [愿得一人]
    2020-12-07 07:52

    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

提交回复
热议问题