Search⌘ K
AI Features

Challenge: Converting Shell Application

Explore how to convert a .NET MAUI Shell application from a flyout menu to a tabbed interface. Learn to update tabs, set icons, and implement a RefreshView that resets the home page state, including button text and counters, to enhance app usability.

Using the project at the end of the lesson, perform the tasks highlighted in the problem statement section.

Problem statement

The challenge consists of the following tasks:

  • Changing the format of the Shell app.

  • Adding a RefreshView to reset the page.

Changing the format of the Shell app

The project at the ...