NET MAUI Open Source Free UI Toolkit- Uranium

NET MAUI Open Source Free UI Toolkit- Uranium

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.

最后更新 4/11/2024 7:42 AM
追逐时光者
预计阅读 3 分钟
分类
MAUI
标签
.NET C# MAUI open source Uranium

** 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.💖

https://github.com/enisn/UraniumUI

Keep Exploring

延伸阅读

更多文章
同分类 / 同标签 1/12/2023

Maui Blazor uses a camera

Since the interface in Maui Blazor is rendered by WebView, it cannot be obtained when using the Android camera again, because the native camera needs to be bound with interface components.

继续阅读