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.
We'll cover the following...
We'll cover the following...
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
RefreshViewto reset the page.
Changing the format of the Shell app
The project at the ...