Samples that demonstrate how to use various Prism features with Xamarin.Forms.
Solution | Description |
---|---|
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. |