Where to fit the Network layer and Offline store management in MVVM architecture?
MVVM(Model, View, ViewModel) is considered to be a better architecture than MVC. I map my classes to MVVM as below: ViewControllers, Views -----> VIEW Model entities ----> MODEL ViewModel of each view ---> VIEW MODEL Network Calls --- ???? Core data ...