Xamarin Forms : MVVM, OneWay & TwoWay Binding Explained - EP08

Описание к видео Xamarin Forms : MVVM, OneWay & TwoWay Binding Explained - EP08

Hey Coders,

Subscribe here -    / @curiousdrive  
Talk to us on -   / curiousdrive  

Like our page -   / curiousdrive  
Follow us on -   / curious_drive  
Follow us on -   / curiousdrive  

Make a donation - https://www.paypal.me/curiousdrive
Be a member -   / curiousdrive  

Find Code here - https://github.com/CuriousDrive/Xamar...

In this #xamarin #tutorial, I am explaining how you can use #MVVM design pattern in Xamarin.Forms.
Also, I showed how you can bind your view model to your UI controls

This is very tricky example and you don't any part of it. Please let me know.

The OnPropertyChanged method is here:
protected virtual void OnPropertyChanged([CallerMemberName] string propertyName = null)
{
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
}

Happy Coding!!!



Like our page -   / curiousdrive  
Follow us on -   / curious_drive  

Комментарии

Информация по комментариям в разработке