Xamarin Forms MVVM – How to use MessagingCenter

Post Views: 491 In this post we will implement Xamarin forms Messaging Center. The functionality of MessagingCenter uses a publish-subscribe pattern in which publisher sends a message without having any information or knowledge about any receiver, receiver is known as a subscriber. A subscriber will listen to messages sent with a key without having info … Continue reading Xamarin Forms MVVM – How to use MessagingCenter