Skip to content

Latest commit

 

History

History

c8-SimplifiedItemTemplate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simplifying a collection item template

This example is part of a recipe from the book published by Packt:

.NET MAUI Cookbook: Build a full-featured app swiftly with MVVM, CRUD, AI, authentication, real-time updates, and more

In the book, this recipe covers:

  • Comparing the performance of complex and simplified item templates in a CollectionView.
  • Design techniques to reduce the number of elements and enhance user experience.
  • Performance impact of adding a border with a shadow to a template.

Note: This example may not include all the points mentioned above. For complete details, please refer to the corresponding recipe in the book.

Output

The image on the left demonstrates the original (complex) template, while the image on the right shows the simplified template. In this recipe, we compare the loading times of both pages. Complex and simple item template