MediaElement for .NET MAUI: Early Preview24 October 2022·6 minsMediaElement for .NET MAUI is coming! In this post you can read about the progress, features and how you can try it yourself, today!
.NET MAUI Windows Unpackaged Apps6 September 2022·3 minsWant to learn how to distribute your .NET MAUI Windows app as an unpackaged app? AKA no MSIX? Just an exe? This post is for you!
Looping iOS Remote Simulator Connection Issue with .NET MAUI1 September 2022·3 minsHaving issues with the iOS Remote Simulator on Visual Studio? It’s looping the connection status but never connects? Check this!
Running a .NET MAUI Windows App as Administrator (Elevated)29 June 2022·3 minsIn this post you will learn how to run your .NET MAUI Windows app as administrator. We will learn how to setup your app to run elevated.
.NET MAUI Crash Course: Learn to Build Your First .NET MAUI App24 May 2022·3 minsWant to start learning .NET MAUI? Make sure to check out my TOTALLY FREE .NET MAUI Crash Course on YouTube. All the details in this post!
The Application "{application name}" Can't Be Opened on MacOS with .NET MAUI18 March 2022·2 minsHaving trouble opening “.app” files on macOS? Check out this post to see what might be wrong and how you can fix it
Change .NET MAUI iOS Status Bar Color (Background)3 March 2022·4 minsIn this post I’ll show you how to customize the status bar color for a .NET MAUI iOS app, even when rotating the device!
Implement Folder Picker with .NET MAUI, WinUI and macOS15 February 2022·4 minsIn this post I’ll show you how to implement a folder picker with .NET MAUI by using dependency injection and implementing platform code
Xamarin.CommunityToolkit Sample App Building on Windows2 February 2021·5 minsPeople try to build the Xamarin.CommunityToolkit sample app, but on Windows it might give you issues. This post describes things you might see
OTP Auto-Fill Entry for iOS with Xamarin.Forms14 October 2020·3 minsThis post shows you how to implement the iOS OTP autofill functionality in a Xamarin.Forms Entry control by using a custom renderer