** Preface **
There have been friends who have been leaving messages on the background of the Weixin Official Accounts asking me to share the UI framework related to. NET MAUI. Today, Dayao shared an open source and free UI toolkit: Uranium.

** Introduction to Uranium **
Uranium is a. NET MAUI open source free UI toolkit. It provides a set of controls and utilities for building modern applications, it builds on top of the. NET MAUI infrastructure, and provides a set of controls and layouts to build modern UIs. It also provides the infrastructure for building custom controls and themes on it.
** What is. NET MAUI? **
NET Multi-Platform Application UI (. NET MAUI) is a cross-platform framework for creating native mobile and desktop applications using C#and XAML. Using. NET MAUI, you can develop applications that can run on Android, iOS, macOS, and Windows from a single shared code base.

** View Uranium UI project source code **

设置UraniumApp为启动项目运行
Windows Machine运行:


Android Emulator(安卓模拟器)运行:





** Android emulator has been stuck: **
In some cases, Hyper-V may not be enabled correctly after enabling Hyper-V and the Windows Monitor platform in the Turn on or Off Windows Features dialog box.

I turned on Hyper-V to get the Android emulator running.

- If it still doesn't work after setting it up, you can check out the official Microsoft tutorial: learn.microsoft.com/zh-cn/dotnet/maui/android/emulator/troubleshooting? view=net-maui-8.0
** Error APT2000 system cannot find the specified file: **
The file directory cannot contain Chinese!!!

** Android emulator system version requires a higher version: **
Note that if the Android emulator system version is too low, it may not work. I chose the latest version!!!

** Android emulator running effect: **



** Some screenshots of the running effect of Android emulator **





** Some screenshots of Windows running effects **













** Project source code address **
For more practical functions and features of the project, please visit the project open source address to view. Don't forget to give the project a Star support.💖