MVVM (Model View ViewModel) Architecture Pattern in Android
We’ll be discussing and implementing the Android MVVM architectural pattern in our Android application.
Why do we need these patterns?
Adding everything to a single activity or fragment would lead to problems in testing and refactoring the code. Henc...
blog.mansi.dev6 min read