How to use Xamarin.Forms Messaging Center
The goal of MVVM is to abstract away your Views from your Business Logic. This ensures great code reuse, testability, and is pretty awesome. Many MVVM Frameworks offer tools to enhance this such as data binding [http://developer.xamarin.com/guides/cross-platform/xamarin-forms/introduction-to-xamarin-forms/] and dependency services [http://developer.xamarin.com/guides/cross-platform/xamarin-forms/dependency-service/] to make our lives easier. These are built into Xamarin.Forms, which is awesome,…
