DEV Community

David Ortinau for .NET

Posted on

4 2

Adding Login, Onboarding, and other Flows to your Xamarin.Forms App

Xamarin.Forms makes it extremely simple to add a flyout menu or tab bars when using Shell scaffolding. Adding a login page or any other flow of content that is separate from the main navigation is also really easy, though it's not immediately obvious just how easy. This video shows you how to use the route parsing order of Shell to interject a login page (and a registration modal), and manage the navigation stack so users cannot use the Android back button to bypass your application navigation.

This same technique may be used to have different sets of tabs, and mix-match with flyouts or other structures of content (onboarding for example).

Resources:

GitHub logo davidortinau / ShellLoginSample

Sample of how you can do a LoginPage flow with Shell in v4.1

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay