InterviewSolution
Saved Bookmarks
| 1. |
What Are The Responsibilities Of Viewmodel? |
|
Answer» ViewModel is the main point of MVVM application. The primary responsibility of ViewModel is to provide data to the view, so that view can put that data on the screen.
ViewModel is the main point of MVVM application. The primary responsibility of ViewModel is to provide data to the view, so that view can put that data on the screen. |
|