MAUI Using Masa Blazor Component Library
A beautiful and elegant component library can achieve twice the result with half the effort.
A beautiful and elegant component library can achieve twice the result with half the effort.
Between MAUI Blazor and Blazor Server (or Client) projects, share a common UI through Razor class libraries, unifying Web, client, and App interfaces.
When using the MAUI framework, I encountered the issue that the newly created template application would crash directly on startup. I eventually solved this crash problem and share this experience.
A simple MAUI usage journey
Discovered that Microsoft's official `UIKit` documentation is even more comprehensive than what `Apple` provides
Finally, a simple form with specified window size, maximized window, and borderless window has been completed
.NET developers now have a first-class cross-platform UI stack for Android, iOS, macOS, and Windows
Using `.NET MAUI`, you can develop applications that run on `Android`, `iOS`, `macOS`, and `Windows`, Linux (community-supported) from a single shared codebase. One codebase runs on multiple platforms.
After a few hours of tinkering, successfully ran Hello World on Windows and Mac. I'll choose MAUI for desktop and mobile development from now on.
An introduction to open-source mobile apps developed using Xamarin.Forms. If interested, you can visit the [GitHub](https://github.com/jsuarezruiz/xamarin-forms-goodlooking-UI) and [Gitee](https://gitee.com/dotnet9/xamarin-forms-goodlooking-UI) repositories to check them out and download the corresponding app projects for study.