How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.
Search Results for: maui
Maui error Javax.Crypto.AEADBadTagException
What is the workaround when you get the error Maui error Javax.Crypto.AEADBadTagException with MAUI version 8.0.82
Sequoia doesn’t work with MAUI
Sequoia doesn’t work with MAUI. Now I can’t try my apps on iOS. It is still working for macOS. Here the solution!
Language Dropdown for MAUI
I released a new component called Language Dropdown for MAUI. This displays a dropdown with all the languages in the world with their flags
Display HTML with MAUI Label
I show how display HTML with NET8 MAUI Label using only the Label attributes. The source code of this post is available on GitHub
Maui CommunityToolkit Popup crashes applications
I use the MAUI CommunityToolkit version 9.0.1 and in particular Popup crashes my applications. I discovered why and how to avoid it
MAUI raises on iOS MT1045
When from Visual Studio you deploy a real device a MAUI application raises on iOS the error MT1045. Here what to check to fix the problem
Deep linking for NET8 MAUI
In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications
MAUI Push Notifications using Azure Notification Hub for iOS
Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin
Set safe areas for iOS in MAUI
When you create an application for iOS in MAUI, we have to set the safe areas if we want to use the full screen for your application.
Deploy MAUI apps on a real device
Developing applications with NET8 MAUI, we want to deploy apps on a real device. Here are all the necessary steps without wasting time.
MAUI Push Notifications using Azure Notification Hub for Android
Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!
Using SecureStorage with MAUI
Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.
MAUI Push Notifications using Azure Notification Hub
Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!
Create TabBar in MAUI
I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully customizable and 100% #XAML.
Some lessons I learned about MAUI
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.
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.
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.
Azure DevOps pipeline for Maui
How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize
Custom control for MAUI using SkiaSharp
I will demonstrate how you can create your own custom control for MAUI using SkiaSharp and what you need to do in order to make it reusable
Prepare a MAUI environment
After my experience starting a new project and still feel the pain, here I show you How to prepare a MAUI environment for your projects
Add SQLite to the MAUI application
I show you how to add SQLite to the MAUI application in order to have a small database in your mobile applications
Use biometric authentication in MAUI
In this post I show how to use biometric authentication in MAUI in your applications for iOS and Android and in machines with Windows Hello
Start with MAUI
It is time to start with MAUI. With the Release Candidate from yesterday we can update Visual Studio 2022 Preview to play with Multi-platform
MAUI Release Candidate is here
The exciting news in April for mobile app development is that the release of .NET MAUI Release Candidate (RC) is here.