Skip to content

hieuhoa-dev/Simple-Todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowchart LR
 subgraph s1["package DB"]
        Dao["Dao"]
        database["Room<br>Datase"]
        n1["Entities"]
  end
 subgraph s2["package UI"]
        Ui["Ui"]
        ViewModel["ViewModel"]
  end
    Ui --> ViewModel
    ViewModel --> Ui & Dao
    Dao -- persist changes back to DB --> database
    database -- get all entities from DB --> Dao
    database --> n1
    n1 -- get/set field values --> database

    database@{ shape: cyl}
    n1@{ shape: rect}
Loading

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages