Posts

....
Technical Blog for .NET Developers ©

Friday, May 10, 2024

.NET Maui

.NET Multi-platform App UI (.NET MAUI) is a cross-platform framework for creating native mobile and desktop apps with C# and XAML.

Using .NET MAUI, you can develop apps that can run on Android, iOS, macOS, and Windows from a single shared code-base.

Microsoft .NET Maui

In this post we set up the environment to develop Maui Apps with Visual Studio 2022

First create a new project of type .NET Maui App, and configure the emulator of Android devices




The emulator installs a serie of tools, you can type the next command to list the Android Virtual Devices installed on the machine



Ensure that Hypervisor is operational on the machine



Start the virtual device to debug the application, notice you can configure different devices to test the application





<METHOD SOFTWARE 2024>