Skip to content

3. Lab 3: MAUI

In this lab you will create an application based on MAUI and the pattern MVVM.

3.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 (bottom navigation for mobile, menu for desktop)
  • on the home screen you show a list with an image (just a url) and a text for each item
  • implement an option to add/edit/delete items
  • make the data persistent on the device

3.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.