Skip to content

rodhemphill/Prism_7_XF_TabbedPage_Login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prism_7_XF_TabbedPage_Login

This is a test that I did to understand how INavigationAware and IActiveAware works. This app has a TabbedPage (TabbedViewPage) with two tabs. The first page is LoginPage. When the user do login, he is redirect to the TabbedViewPage. Everytime that TabbedViewPage is charged using NavigationService, the OnNavigatedTo method of the first tab (ViewA) is fired. But if you just change the tab, the methosds (HandleIsActiveTrue and HandleIsActiveFalse) that subscribe the IsActiveChanged event will be fired. Note that when NavigationPage charges TabbedViewPage, the OnNavigatedTo and HandleIsActiveTrue are fired successvely. Debug the project and understand how the methods HandleIsActiveTrue, HandleIsActiveFalse and OnNavigatedTo works.

About

Prism 7 Xamarin Forms TabbedPage with Login

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%