ArchitectureJD.com
Moving from MVC to MVVM
In an existing UIKit shopping app, the UIViewController handles the API calls, the cache, and the loading UI. When you move from MVC to MVVM, which layer would you put the networking and caching in?
Moving from MVC to MVVM
In an existing UIKit shopping app, the UIViewController handles the API calls, the cache, and the loading UI. When you move from MVC to MVVM, which layer would you put the networking and caching in?
ArchitectureShort answerAdvanced
You've been asked to move a 5-year-old MVC app (150 view controllers, almost no tests) to…
#mvvm #migration
ArchitectureShort answerAdvanced
This is a whiteboard design. You're building a stripped-down Outlook app with only a Mess…
#repository #caching
ArchitectureShort answerBasics
Someone proposes moving an app that works fine on MVC over to MVVM. What's the fundamenta…
#mvvm
ArchitectureMultiple choiceBasics
In MVVM, which of these should a ViewModel not have? Select all that apply.
#mvvm