Implementation of MVVM Architecture #2
Labels
Category : Code
Involves changes to the source code.
enhancement
New feature or request
Priority
Should be resolved asap
Currently, all the logic of app is written in Activities. It is recommended to follow the MVVM Architectural pattern for developing android apps that are going to be scalable.
Here are some articles
https://blog.mindorks.com/mvvm-architecture-android-tutorial-for-beginners-step-by-step-guide
https://developer.android.com/jetpack/guide
https://proandroiddev.com/mvvm-architecture-viewmodel-and-livedata-part-1-604f50cda1
The text was updated successfully, but these errors were encountered: