When navigating throughout your Prism for Xamarin.Forms applications, it is often required to pass parameters from one View to another. Prism...
Category - Xamarin
Navigating in a Prism application is conceptually different than standard navigation in Xamarin.Forms. While Xamarin.Forms navigation relies on a...
There may be instances where your app is following the ViewModelLocator default naming convention, but you have a number of ViewModels that do not...
If you are using the ViewModelLocator, but want to use a different naming convention that better suites your application requires, then have no fear...
In this video, I show you how to automatically create an instance of your ViewModel and assign the DataContext of your views to that instance by...
Do you need to communicate with different parts of your application which may, or may not, have a reference or knowledge of each other? In this...
In this video I show you how to implement the popular “Save All” functionality using Prism’s CompositeCommands.
In this video, I show you how to use the unique features of Prism’s DelegateCommand to respond to user interaction from within a ViewModel.
This videos show you how to create your very first Xamarin.Forms application using Prism for Xamarin.Forms with the help of the Prism Template Pack...
In addition to the typical bug fixes Prism 7.1 brings a much more consolidated approach to developing applications with Prism. Perhaps this is most...