Use the ObservableCollection class, which implements the INotifyCollectionChanged interface and bind collections to a list on the UI.
Check my Complete Xamarin Developer Course on Udemy: https://www.udemy.com/course/complete...
I also have an Advanced Xamarin Masterclass over there: https://www.udemy.com/course/the-adva...
Or you can get my “10 Days of Xamarin. The Step-by-Step guide to iOS and Android Development with C#” book for $5.99! https://gumroad.com/l/10DOX/55omev8
Watch the Introduction to MVVM: • Introduction to MVVM
Watch the implementation of the INotifyPropertyChanged interface: • Implementing the INotifyPropertyChang...
Watch the implementation of the ICommand interface: • Implementing the ICommand interface
Watch the implementation of the ICommand interface using parameters: • Using the ICommand interface with par...
Watch the implementation of the IValueConverter interface: • Implementing the IValueConverter inte...