-
Notifications
You must be signed in to change notification settings - Fork 77
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
Implementing MVVM architecture #7
Comments
I would like to work on this issue but can u explain what exactly I need to do. |
If you go through the code, you will be able to see that the code is not structured. Classes/Activities/Fragments are scattered randomly. I want the MVVM (Model-View-ViewModel) structural design pattern to be implemented in the project so that the entire code base gets organised. Models hold application data. They’re usually structs or simple classes. For more info on MVVM, refer the link |
Can i work on this project |
Do you mean this issue? @kenkirito |
Yes |
Ok! Assigning the issue. @kenkirito |
Hey @kenkirito, any updates? |
Sorry I am busy. I will get back to you tomorrow for updates |
Any updates? |
Working on it |
I will like to be assign to this task, i will like to implement with navigation component with this architecture if that's fine. |
Glad to see your interest @Bik-Krlvn. You can start working on it. |
Ok |
I'm having this trouble with this repo and gradle for awhile now, kinda thought i could make it work buh still no head way, I manage to make it run by turning of firebase deps but can't build my code neither is the layout xml files opening. |
I believe you did not clone the repo properly in your system. Try it once again. |
Hey @Bik-Krlvn, what is the status? |
Please assign me this issue under GSSOC'23. |
The project does not follow any particular Android architecture. It would be great if anyone can implement MVVM (Model - View - ViewModel) architecture components in the project.
The text was updated successfully, but these errors were encountered: