Skip to content
Sunday, May 18, 2025
Recent posts
  • From Installation to Advanced Configuration: Setting Up Serilog for C# Success
  • Releasing Windows Services using Azure DevOps
  • Deploying Windows Services using Azure DevOps
  • Microsoft Muse explained
  • APIs with Entity Framework Core: PUT

PureSourceCode

All technologies, only pure source code

  • Forum
  • Links
  • Download
  • Shop
  • Profile
    • Newsletter
    • Cart
    • Checkout
    • My orders
  • Contact

Tag: maui

How to use FlexLayout with different sizes

October 11, 2024October 11, 2024 Enrico Rossini

In this new post, I want to show you via a simple project how to use in MAUI FlexLayout with children with different sizes.

Read More
.NET8, C#, MAUImaui, net8, skills, uiLeave a comment

Build your sentence in MAUI

October 10, 2024October 10, 2024 Enrico Rossini
dotnet maui cross platform development

How to create a simple component to build your sentence in MAUI using taps and gestures. Source code available.

Read More
.NET8, MAUImaui, net8Leave a comment

Maui error Javax.Crypto.AEADBadTagException

September 30, 2024September 30, 2024 Enrico

What is the workaround when you get the error Maui error Javax.Crypto.AEADBadTagException with MAUI version 8.0.82

Read More
.NET8, MAUIandroid, maui, secure-storageLeave a comment

Sequoia doesn’t work with MAUI

September 19, 2024September 19, 2024 Enrico
macOS 15 Wallpaper Helios Light

Sequoia doesn’t work with MAUI. Now I can’t try my apps on iOS. It is still working for macOS. Here the solution!

Read More
macOS, MAUImacOS, macOS-sequoia, mauiLeave a comment

Picker doesn’t work for MacCatalyst

September 16, 2024September 16, 2024 Enrico

The MAUI Picker doesn’t work for MacCatalyst. And this is quite annoying. Here an idea how implement a workaround to this issue.

Read More
.NET8macCatalyst, macOS, maui, net8Leave a comment

Language Dropdown for MAUI

September 10, 2024September 10, 2024 Enrico
LanguageDropdown

I released a new component called Language Dropdown for MAUI. This displays a dropdown with all the languages in the world with their flags

Read More
.NET8, MAUImauiLeave a comment

Display HTML with MAUI Label

August 17, 2024August 17, 2024 Enrico

I show how display HTML with NET8 MAUI Label using only the Label attributes. The source code of this post is available on GitHub

Read More
.NET8, MAUImaui, net8Leave a comment

Language In Use is here!

June 13, 2024June 13, 2024 Enrico
LanguageInUse

Language In Use is here! I’m so excited about the presentation of my new project. My new app helps you to learn and improve your language

Read More
.NET8, Blazor, MAUI, Newsblazor, maui, net8Leave a comment

Maui CommunityToolkit Popup crashes applications

June 11, 2024June 11, 2024 Enrico
MAUI CommunityToolkit Popup crashes my 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

Read More
.NET8, MAUIcommunitytoolkit, maui1 Comment

MAUI raises on iOS MT1045

June 3, 2024June 13, 2024 Enrico

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

Read More
.NET8, MAUIios, maui, visual-studio, visualstudio-2022Leave a comment

Deep linking for NET8 MAUI

March 5, 2024March 5, 2024 Enrico
maui deep linking

In this post everything you have to do to implement deep linking for NET8 MAUI for mobile and desktop applications

Read More
.NET8, MAUIdeep-linking, maui, net8Leave a comment

MAUI Push Notifications using Azure Notification Hub for iOS

March 3, 2024March 3, 2024 Enrico
ios push notification

Here the new post where I explain how to implement the Push Notifications in MAUI using Azure Notification Hub for iOS without external plugin

Read More
.NET8, MAUIazure-notification-hub, ios, maui, net88 Comments

Set safe areas for iOS in MAUI

February 28, 2024February 28, 2024 Enrico
ios safe areas

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.

Read More
.NET8, MAUIios, maui, net8, notch, safe-areasLeave a comment

Deploy MAUI apps on a real device

February 27, 2024February 27, 2024 Enrico
Deploy MAUI to 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.

Read More
MAUI, Visual Studio, Visual Studioapple, ios, maui, net8Leave a comment

MAUI Push Notifications using Azure Notification Hub for Android

February 23, 2024March 3, 2024 Enrico
Xamarin push notification with Azure

Here is how to implement in a MAUI project the Push Notifications using Azure Notification Hub for Android. It works simply fine!

Read More
.NET8, MAUIandroid, azure-notification-hub, maui, net8Leave a comment

Remove bundle id in iOS development

February 23, 2024February 23, 2024 Enrico
ios wallpaper

Remove bundle id in iOS development when it tights to a different account of your. Spiler alert: clean the Library.

Read More
.NET8, iOS, MAUIdevelopment, ios, mauiLeave a comment

Using SecureStorage with MAUI

February 23, 2024February 23, 2024 Enrico
Cloud storage

Using SecureStorage with MAUI with the correct setup in your NET8 MAUI applications. Here the solution for iOS and Android.

Read More
.NET8, MAUImaui, net8, secure-storageLeave a comment

MAUI Push Notifications using Azure Notification Hub

February 23, 2024March 29, 2024 Enrico
maui net8 push notification

Here how implement in NET8 MAUI the push notifications using Azure Notification Hub without any external package for Windows. Very hard work!

Read More
.NET8, MAUIazure, azure-notification-hub, maui, net8, windows, windows-appsLeave a comment

Create TabBar in MAUI

February 2, 2024February 2, 2024 Enrico

I show you how to create a nice #TabBar in #MAUI without using any external NuGet package or components. Fully customizable and 100% #XAML.

Read More
.NET8, MAUImaui, net8, tabsLeave a comment

Some lessons I learned about MAUI

January 31, 2024January 31, 2024 Enrico

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.

Read More
.NET8, MAUImaui, net8Leave a comment

Orange selected ListView item highlighted in MAUI

January 26, 2024February 2, 2024 Enrico

In a MAUI project, when a selected ListView item is highlighted or selected, the background of this item is orange. Here the solution.

Read More
.NET8, MAUIlistview, maui, net8Leave a comment

Open a loading popup from MAUI viewmodel

January 8, 2024January 8, 2024 Enrico
NET8 MAUI Loading Indicator

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.

Read More
.NET8, MAUImaui, net8Leave a comment

Azure DevOps pipeline for Maui

August 18, 2023August 18, 2023 Enrico
azure devops

How do we create an Azure DevOps pipeline for building Maui components or applications? Here the base pipeline to use and customize

Read More
Azure DevOps, MAUIazure-devops, mauiLeave a comment

Custom control for MAUI using SkiaSharp

August 17, 2023August 18, 2023 Enrico
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

Read More
.NET7, C#, MAUImaui, skiaLeave a comment

Prepare a MAUI environment

July 4, 2023July 4, 2023 Enrico

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

Read More
Android, iOS, macOS, MAUI, Visual Studioandroid, ios, maui, visual-studio, windows11Leave a comment

Posts navigation

Older posts
Advertisements
  • From Installation to Advanced Configuration: Setting Up Serilog for C# Success
  • Releasing Windows Services using Azure DevOps
  • Deploying Windows Services using Azure DevOps
  • Microsoft Muse explained
  • APIs with Entity Framework Core: PUT
Advertisements
  • Logging and road
    From Installation to Advanced Configuration: Setting Up Serilog for C# SuccessMay 11, 2025
  • Deploying Windows Services using pipelines in Azure DevOps
    Releasing Windows Services using Azure DevOpsApril 22, 2025
  • Deploying Windows Services using pipelines in Azure DevOps
    Deploying Windows Services using Azure DevOpsApril 22, 2025
  • Microsoft Muse explained
    Microsoft Muse explainedFebruary 24, 2025
  • APIs with Entity Framework Core
    APIs with Entity Framework Core: PUTFebruary 23, 2025

android apple artificial-intelligence aspnet-5 aspnet-core azure azure-devops azure-functions blazor blazor-component blazor-server blazor-webassembly clean-architecture dependency-injection design-pattern docker entity-framework-core games github google-chrome identityserver4 ios javascript linux macOS maui microsoft microsoft-excel microsoft-identity microsoft-office net6 net8 netcore pattern python security visual-studio visualstudio-2022 webapi windows10 windows11 xamarin xamarin-forms xbox xbox-series-s

  • .NET
  • .NET Core
  • .NET General
  • .NET5
  • .NET6
  • .NET7
  • .NET8
  • .NET9
  • Agile
  • Ajax
  • Amazon
  • Android
  • AngularJs
  • Apple
  • Apps
  • ASP.NET
  • Azure
  • Azure
  • Azure DevOps
  • Blazor
  • C#
  • Developers
  • Docker
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • HTML\CSS
  • IIS
  • Internet
  • iOS
  • Java
  • JavaScript
  • Linux
  • macOS
  • MAUI
  • Microsoft
  • Microsoft Office
  • MVC
  • News
  • Node.js
  • Other
  • PowerBI
  • PowerShell
  • Programming languages
  • Projects and ideas
  • Python
  • R
  • React.JS
  • Security
  • SQL
  • Swift
  • Testing
  • Tips & tricks
  • Tools
  • TypeScript
  • Ubuntu
  • Uncategorized
  • Unity
  • Universal Windows App
  • VB.NET
  • Visual Basic
  • Visual Studio
  • Visual Studio
  • WebAPI
  • Windows
  • Xamarin
Advertisements

Copyright © All rights reserved

Proudly powered by WordPress | Theme: SuperMag by Acme Themes
 Share This
 Facebook
 WhatsApp
 Reddit
 Telegram
 LinkedIn
 Email

Share on Mastodon