Skip to content

Samples that demonstrate how to use various Prism features with Xamarin.Forms

Notifications You must be signed in to change notification settings

xi-guan/Prism-Samples-Forms

 
 

Repository files navigation

Prism Samples Forms

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.
TabbedNavigation How to handle TabbedPages. This shows the use of IActiveAware on all Tabbed Children to handle the Switching Tabs, as well as initialization with INavigatingAware, and a strategy for Dynamic Loading of Children in the TabbedPage.

About

Samples that demonstrate how to use various Prism features with Xamarin.Forms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%