Manikandan M
What is the need of the Model-View-ViewModel (MVVM ) pattern in Xamarin?

The Model-View-ViewModel can be used on all platforms.

It intends to provide a clean separation between the user interface controls and their logic.

The separation of the code in MVVM is divided into View, ViewModel and Model:
View is the collection of visible elements, which also receives user input. This includes user interfaces (UI), animations and text. The content of View is not interacted with directly to change what is presented.

ViewModel is located between the View and Model layers. This is where the controls for interacting with View are housed, while binding is used to connect the UI elements in View to the controls in ViewModel.

Model houses the logic for the program, which is retrieved by the ViewModel upon its own receipt of input from the user through View.

By Manikandan M in Xamarin on Dec 21 2022
  • Mopsipa Nioseda
    Jan, 2023 11

    Although the straightforward calculator app doesn’t require access to any external resources, it might be used to connect with basketball stars online services or persist data to a database.

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS