Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of MVVM Architecture #2

Open
yashhalgaonkar opened this issue Aug 31, 2020 · 0 comments
Open

Implementation of MVVM Architecture #2

yashhalgaonkar opened this issue Aug 31, 2020 · 0 comments
Labels
Category : Code Involves changes to the source code. enhancement New feature or request Priority Should be resolved asap

Comments

@yashhalgaonkar
Copy link
Collaborator

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

@yashhalgaonkar yashhalgaonkar added enhancement New feature or request Category : Code Involves changes to the source code. Priority Should be resolved asap labels Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category : Code Involves changes to the source code. enhancement New feature or request Priority Should be resolved asap
Projects
None yet
Development

No branches or pull requests

1 participant