view model

Hello, you have come here looking for the meaning of the word view model. In DICTIOUS you will not only get to know all the dictionary meanings for the word view model, but we will also tell you about its etymology, its characteristics and you will know how to say view model in singular and plural. Everything you need to know about the word view model you have here. The definition of the word view model will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofview model, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

English Wikipedia has an article on:
Wikipedia

Noun

view model (plural view models)

  1. (software engineering) A framework that defines a coherent set of views to be used in the construction of an enterprise architecture, software architecture, or system architecture.
    Synonym: viewpoints framework
  2. (programming) An abstraction of a view, especially in the context of the MVVM architectural pattern.
    • 2018, Reto Meier, Ian Lake, Professional Android, John Wiley & Sons, →ISBN, page 248:
      View Models and headless Fragments provide two such mechanisms that ensure data is persisted across configuration changes, while also ensuring that your Activity or Fragment UI can be updated without risk of memory leaks.
    • 2022, Damodar Lohani, Taking Flutter to the Web , Packt Publishing Ltd, →ISBN, page 79:
      Once the view model has data requested by the user's event, it notifies and updates the view.