I wrote this code by following along with the freeCodeCamp.org .NET Maui tutorial.
- what .NET Maui is / history
- creating the first project & setup
- typical project structure
- three elements of stateful .NET Maui (view -> events -> state -> repeat)
- URI-based navigation/page routing
- basics of listview and data binding
- event handling of a listview
- parameters of URI-based navigation
- work with stack layouts
- using ObservableCollections to notify listviews of data changes
- add validation on input fields
- add a reusable content control
- add ContextActions menu items
- adding a searchbar
last updated 23/05/2024