also whats the general consensus on MVP vs MVVM + data-binding?
7 replies
Dagger is just DI framework, you can use it almost with any library and I don’t see any incompatibilities.
And yes, it’s one of layers of your app that does dependency injection and gives you inversion of control, nothing related to RxJava, Room or any other library