.NET MAUI Android Setup
Monday, May 30, 2022
Android Setup Okay, this took me a while and I’m not even sure what all I did to get it working. All I can say is be patient, wait for screens that require your approval, and good luck. Before you start you should enable Hyper-V and the Windows Hypervisor Platform. To do that From the start menu search for “Turn Windows features on or off. Then select Hyper-V and Windows Hypervisor check boxes.…
.NET MAUI
Monday, May 30, 2022
.NET MAUI Welcome to the first of what I hope to be many blog posts on .NET MAUI. MAUI stands for Multi-platform App User Interface. It is a framework that allows a developer to write one run many (WORM). To be clear it is a framework that allows a .NET developer to write an application in one solution and target Windows, Mac, iOS, and Android. In practice it’s amazing and it does just that.…