This video about implementing enterprise level navigation pattern in .NET Maui. learn.microsof... Join this channel to get access to perks: / @programmingwithpragnesh
Hi thi is a really good video, I have some questions, where can I control the back button? I mean if I want to do some validation before go back, where should I have to implement that?
Yes, you need to create one service for navigation, you can go through this link, xamarincodingtutorial.blogspot.com/2022/02/xamarin-navigation-from-one-page-to.html It's Xamarin code but this way you can achieve navigation with param.
I want to create a database with several tables; I must use the Services as in your example or I but the database in another Data folder for example. Please
Perfect, thanks.
You're welcome!
very Good
Hi thi is a really good video, I have some questions, where can I control the back button? I mean if I want to do some validation before go back, where should I have to implement that?
Is there anyway to implement that navigation (with param) without using shell navigation? And nice video by the way.
Yes, you need to create one service for navigation, you can go through this link,
xamarincodingtutorial.blogspot.com/2022/02/xamarin-navigation-from-one-page-to.html
It's Xamarin code but this way you can achieve navigation with param.
I want to create a database with several tables; I must use the Services as in your example or I but the database in another Data folder for example. Please