The example template from Visual Studio
Shows Dependency Injection and MVVM-Pattern for Commands and Properties
Maui App with BarCharts example using LiveCharts library
Shows adding, selecting and deleting of SwitchCells in a TableView
Navigate to a DetailPage, change Data and return changed Data to the parent page. Uses Binding of data received from the parent page to a XAML CollectionView. (different controls for different datatypes is shown in the next example)
Navigate to a DetailPage, change Data and return changed Data to the parent page. Uses Binding of data received from the parent page to a XAML CollectionView. and displays different dataTypes with different controls (for string, bool, datetime)
These examples are from: https://github.com/codingdroplets/MauiPages Watch Tutorial Video: https://www.youtube.com/watch?v=G_vktKfMU20
The examples show some kinds of navigation (ContentPage, NavigationPage, FlyoutPage, TabbedPage) Change the App.xaml.cs to see the different solutions. For FlyoutPage better see project 'FlyoutPageNavigation'
This is an adaption of the example from here: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/pages/flyoutpage?view=net-maui-7.0 It shows FlyoutPageNavigation which is not compatible with Shell-Navigation
Shows Navigation, Shell and Modal
Some exercises to work with templates for CollectionView
Shows how to change color of Controls in a CollectionView on selecting