Kanchan Pal
11/29/2020, 12:16 PMJoost Klitsie
11/29/2020, 5:38 PMDaniel
11/29/2020, 10:36 PMNewsListFragment
->
val data = viewModel.newsList(isConnected
the View tells the ViewModel what to do.
Followed by the ViewModel putting implementaion details (IO scope) into the repository. While simultaniously putting a boolean into the same function which originated in the view.
Thats from 5 min code review. Best take a look at this project again and keep one thing in mind: Keep it simple