Publicité

What is MVVM?

CTO en AlphaBeta MX à AlphaBeta MX
10 Mar 2015
Publicité

Contenu connexe

Publicité

What is MVVM?

  1. MVVM Eduardo Rosas Osorno lalorosas@li4t.com
  2. Get ready for the coming Windows 10. If you want to learn more about MVVM and many other things, get my Windows Universal App Development course on Udemy for only $29 ($100 OFF), just go to http://bit.ly/1GCNpK3
  3. • Design pattern • Model (reusable code) • View (platform-specific code) • ViewModel (reusable code) What is MVVM?
  4. View ViewModel Model UI Logic Data Data Binding Notification
  5. What is Data Binding? Dependency Object Dependency Property Object Property OneWay TwoWay OneWayToSource
  6. • ICommand • IValueConverter Binding
  7. • INotifyPropertyChanged • ObservableCollection<T> Notifications
  8. Get ready for the coming Windows 10. If you want to learn more about MVVM and many other things, get my Windows Universal App Development course on Udemy for only $29 ($100 OFF), just go to http://bit.ly/1GCNpK3
  9. Windows 10

Notes de l'éditeur

  1. Bind from View to ViewModel to View
  2. Go from Model to ViewModel and then to View
Publicité