I want to share with you some lessons I learned about MAUI. In the last few months, I have been creating an application using NET8 MAUI.
Month: January 2024
Orange selected ListView item highlighted in MAUI
In a MAUI project, when a selected ListView item is highlighted or selected, the background of this item is orange. Here the solution.
Excel export Json for Azure Active Directory
A VBA script converts Excel tables to JSON and exports the data to a file, for App Registration for Azure Active Directory
Open a loading popup from MAUI viewmodel
Here I show how to open a loading popup from ViewModel in MAUI. It is quite an easy implementation, but it is working quite well.