Open mishraaditya595 opened 3 years ago
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. Views display visual elements and controls on the screen. They’re typically subclasses of UIView. View models transform model information into values that can be displayed on a view. They’re usually classes, so they can be passed around as references.
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.
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. please you can unassign me till I manage my issues properly.
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.