Sep 1, 2018 · 1 min read
Shouldn’t the single source of truth in the MVVM Pattern be the Repository? Since it will have methods to load data from different sources like database, web services etc and then pass them over to the ViewMode. The ViewModel does not care where the data came from all it knows is that the Repository is the source of that data.
