Button can’t be removed from a parent and raises an error
I’m trying to create a simple component for my app created with .NET 8 MAUI. The source code is on GitHub.
How a custom component in MAUI shared images
I’m creating a component using .NET 8 MAUI for my application. In this component, I have some images in SVG format marked as MAUI Image
.
Trigger or DataTrigger for complex model in MAUI
In .NET 8 MAUI, I have my custom component that returns an object
Trigger or DataTrigger for complex model in MAUI
In .NET 8 MAUI, I have my custom component that returns an object
Month Picker In MAUI
how are you?
How to handle exceptions globally AND show to user?
I’m building a MAUI app and have just finished adding the MetroLog library but then realized I want the user to also know about any errors happening in the application.