Use ViewModels for each Fragment wherever possible #100
Labels
Backend
Something regarding the backend code
Idea/ Feature
New idea or feature
Need Refactors
Something needs refactoring of some sorts
This is for scalability purposes as well as overall readability. The ViewModel will actually be more of a function caller rather than a state holder but still, it's better to make the Fragment in charge of only the frontend related actions and delegate all backend actions to the ViewModel or someone else.
The text was updated successfully, but these errors were encountered: