开源地址

https://github.com/dotnet/maui

https://github.com/dotnet/maui/issues/14130
https://github.com/dotnet/maui/issues/14283
https://github.com/dotnet/maui/issues/14679

脚手架

https://www.cnblogs.com/siyunianhua/p/15842670.html

https://docs.microsoft.com/en-us/dotnet/maui/platform-integration/invoke-platform-code

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/invoke-platform-code?view=net-maui-7.0

本地存储

https://learn.microsoft.com/zh-cn/dotnet/maui/data-cloud/database-sqlite?view=net-maui-7.0

依赖注入

http://huafangyun.com/technology/detail/1321778334895439872

https://learn.microsoft.com/zh-cn/dotnet/architecture/maui/dependency-injection

https://www.likecs.com/ask-4276293.html

http://www.taodudu.cc/news/show-4583402.html

xamarin-forms

https://learn.microsoft.com/zh-cn/xamarin/xamarin-forms/

https://learn.microsoft.com/zh-cn/samples/browse/?products=xamarin&term=Xamarin.Forms&terms=Xamarin.Forms

MVVM

https://www.cnblogs.com/functionMC/p/16933760.html

https://blog.csdn.net/qq_43562262/article/details/128065217

安卓真机

https://learn.microsoft.com/zh-cn/dotnet/maui/android/device/setup?view=net-maui-7.0

设备信息

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/device/information?view=net-maui-7.0&tabs=android

maui布局

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/layouts/flexlayout?view=net-maui-7.0

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/carouselview/layout?view=net-maui-7.0

boxview

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/boxview?view=net-maui-7.0

boxview

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/boxview?view=net-maui-7.0

单选框(radiobuttons)

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/radiobutton?view=net-maui-7.0

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/radiobutton?view=net-maui-7.0#group-radiobuttons

列表组件ListView

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/listview?view=net-maui-7.0

https://github.com/dotnet/maui-samples/tree/main/6.0/UserInterface/Views/ListViewDemos

列表组件collectionview

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/collectionview/layout?view=net-maui-7.0

图片组件

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/image?view=net-maui-7.0

文本组件

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/controls/editor?view=net-maui-7.0

css样式(生成操作:MauiCss)

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/styles/css?view=net-maui-7.0

经典案例

https://github.com/densen2014/BlazorMaui

官网学习

https://learn.microsoft.com/zh-cn/dotnet/maui/?WT.mc_id=dotnet-35129-website&view=net-maui-7.0

弹出框

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/pop-ups?view=net-maui-7.0

数据绑定

https://learn.microsoft.com/zh-cn/dotnet/maui/fundamentals/data-binding/basic-bindings?view=net-maui-7.0

通信信息

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/communication/contacts?view=net-maui-7.0&tabs=windows

地理位置

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/device/geolocation?view=net-maui-7.0&tabs=android

路由导航

https://learn.microsoft.com/zh-cn/dotnet/maui/fundamentals/shell/navigation?view=net-maui-7.0

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/pages/navigationpage?view=net-maui-7.0

Shell生命周期

https://learn.microsoft.com/zh-cn/dotnet/maui/fundamentals/shell/lifecycle?view=net-maui-7.0

发布订阅

https://learn.microsoft.com/zh-cn/dotnet/maui/fundamentals/messagingcenter?view=net-maui-7.0

文本转语音

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/device-media/text-to-speech?view=net-maui-7.0&tabs=android

https://blog.csdn.net/weixin_43905942/article/details/118552318

https://developer.android.com/guide/components/intents-filters?hl=zh-cn

单位转换器

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/device-media/unit-converters?view=net-maui-7.0

布局组件

https://blog.csdn.net/kinfey/article/details/125721044

版本跟踪

https://learn.microsoft.com/zh-cn/dotnet/maui/platform-integration/appmodel/version-tracking?view=net-maui-7.0

主题

https://learn.microsoft.com/zh-cn/dotnet/maui/user-interface/system-theme-changes?view=net-maui-7.0

录音和播放

https://www.dongchuanmin.com/net/4978.html

案例

https://github.com/ldhanley/maui
http://github.xiaoc.cn/egvijayanand/dotnet-maui-samples

安装路径

C:\Program Files (x86)\Android\android-sdk
C:\Program Files\Android

运行环境

https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/

环境安装

https://learn.microsoft.com/zh-cn/xamarin/android/get-started/installation/windows

C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\33.0.26\tools\Xamarin.Android.Aapt2.targets

https://learn.microsoft.com/zh-cn/azure/developer/mobile-apps/azure-mobile-apps/howto/client/dotnet

案例

https://github.com/azure/azure-mobile-apps/

文档更新时间: 2023-04-21 09:30   作者:admin