MVVM+ Room + Factory + Coroutines in kotlin
Jan 6, 2023 · 10 min read · MVVM+ Room + Factory + coroutine in kotlin MVVM application architecture As a quick definition, it consists of several layers The DAO layer, which is responsible for the commands to communicate with the SQL database from reading and writing. The ...
AApoorv commented