1.

What Are The Logical Layers Of Mvvm?

Answer»
  • MODEL − It SIMPLY holds the data and has NOTHING to do with any of the business logic.
  • ViewModel − It acts as the link/connection between the Model and ViewModel, and MAKES stuff look pretty.
  • View − It simply holds the formatted date and essentially delegates everything to the Model.



Discussion

No Comment Found