In the third part of this series about Prism, we talked about Modules, Event Aggregator and EventToCommand. This time we will learn about how to use other page types like MasterDetailPage and TabbedPage. Master Detail Page Creating a Master detail page in Prism is really simple, you just have to create a new page that […]
Prism in Xamarin Forms Step by Step (Part. 2)
In the first part of this series of articles about Prism, we started by showing the first steps, learning how to install it, register pages and services, basic navigation between pages, passing parameters, etc. In this article, we will continue talking about some more advanced topics on Navigation and also will show some handy stuff […]
Prism in Xamarin Forms Step by Step (Part. 1)
In this article, I will explain to you in a very simple way what Prism is, how to use it, and what you can do with it. This article will include: An overview of what Prism is How to set up How to connect Views with ViewModels How to navigate and different types of navigation […]