Android MVVM Design Pattern Examples

后端 未结 14 1298
逝去的感伤
逝去的感伤 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:46

    I found this Writing Testable Android MVVM App series written about MVVM using Android Data Binding library is really nice. In the series he explained from simple example to recyclerview, and there are tests as well.

    You can maybe try the mv2m library, too.

提交回复
热议问题