Terminology

Model An object or entity that represents the data and manages the behavior of the application domain, responds to requests for information about its state (usually from the view), and responds to instructions to change state (usually from the controller).

View A visible, interactive user interface communicating and representing a state or sample of the model.

Facts, Thoughts and Opinions

Difference between MVVM and MVP

In terms of implementation, MVVM shares some similarities with MVP. However, MVVM does not have any view interface, and the presenter is replaced with a "view-model" class that uses data binding to communicate with the view.

Images

[[/div]]
  •   Subtopics

  •   Writings