Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 325 Bytes

lab5.md

File metadata and controls

9 lines (5 loc) · 325 Bytes

Lab 5 - MVVM

  1. Create a library with implementation of INotifyPropertyChanged and ICommand.
  2. In your previously created model-library, create models, services, and view-models
  3. Change the implementation in the Xamarin application library to use the view-model
  4. Display a list of books and implement commands