2. Lab 2: MAUI
In this lab you will create an application based on MAUI and the pattern MVVM.
2.1 Preparation
You need to come to this lab well-prepared, i.e. read and understand everything of the chapter MAUI. Do the practical part. In addition, create an application based on the template MAUI and using the MVVM Community Toolkit
- decide if you focus on desktop or mobile (both if you like, but responsiveness is not required)
- implement navigation to 2 different pages
- on the home screen you show a list with an image (just an url) and a text for each item
- implement an option to add/edit/delete items
2.2 During the lab
- We have a look at all running applications you prepared for this lab.
- You will develop a MAUI application from scratch and individually.