Android Architecture: MVC vs MVP vs MVVM
Architecture has been no small topic in Android. By simply managing where our logic and data is contained, our app suddenly becomes more functional and testable. We become able to leverage the full extent of libraries like RxJava and LiveData. Most of us must have… Read More »Android Architecture: MVC vs MVP vs MVVM