Learning Xamarin: Tabbed Pages

Until now, our application has used simple “push” navigation, creating a Tabbed Windows stack that the user can pop out of to return to the calling screen. 

It would be convenient, however, to add tabs to the opening screen where the user can access the help file and the license information.

In the figure to the right, you can see that there are three tabs, and the currently selected tab is “help.”

To accomplish this, we’ll add three new pages:

  • MainPage will hold the tabs
  • HelpPage will hold the help text
  • LicensePage will hold the license information

Continued here

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in Xamarin. Bookmark the permalink.

2 Responses to Learning Xamarin: Tabbed Pages

Comments are closed.