This article is a follow-up to my recent post Demystifying the new Dagger Android Injection API. As promised, here is an example implementation of an MVVM (Model-View-ViewModel) pattern using the new Dagger API v2.11+. The code follows Clean Architecture and uses Dagger, Butterknife, RxJava 2. In addition, below I compare MVVM and MVP architecture patterns. The entire source code can be found on G
