You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
Currently the project doesn't follow any architecture. Since the architecture components have been stable for sometime, i think this would be right time to migrate to MVVM architecture.
This can be done by:
Creating ViewModel for Activities/Fragments
Wrapping Data from Database to LiveData in the ViewModel(Done along with the first step)
Migrating to ROOM
Writing ViewModel tests
Please create child issues for this and contribute :)
Currently the project doesn't follow any architecture. Since the architecture components have been stable for sometime, i think this would be right time to migrate to MVVM architecture.
This can be done by:
Please create child issues for this and contribute :)