1.

What Is Viewmodel In Mvvm Architecture?

Answer»

MVVM architecture: is Model View Viewmodel. In MVVM architecture CONTROLLER of MVC is replaced by ViewModel.

ViewModel: It is BASICALLY medicates the changes between view and model. It binds the data from model to view. At the same time it does not have any DIRECT interaction with view it has only knowledge of model.

MVVM architecture: is Model View Viewmodel. In MVVM architecture controller of MVC is replaced by ViewModel.

ViewModel: It is basically medicates the changes between view and model. It binds the data from model to view. At the same time it does not have any direct interaction with view it has only knowledge of model.



Discussion

No Comment Found