Samples that demonstrate how to use various Prism features with Xamarin.Forms.
Solution | Description |
---|---|
UsingCompositeCommands | How to use CompositeCommands to invoke commands in multiple unrelated ViewModels from a single interaction. |
UsingDependencyService | How to use Prism to auto inject platform specific dependencies that are registered with Xamarin.Forms DependencyService. |
UsingPageDialogService | How to use the IPageDialogService to display alerts and action sheets from within your ViewModels. |
UsingModules | How to use Prism modularization to separate the application logic using IModule, IModuleManager, ModuleCatalog. |