Platform Features in .NET MAUI
.NET Multi-platform App UI (MAUI) unifies native UI technologies across iOS, Android, macOS, and Windows. Below are the core platform-specific capabilities and how to access them.
Android
Access Android-specific APIs using Microsoft.Maui.ApplicationModel
and Android.Views
namespaces.
Show Example ▼
iOS
Leverage iOS features such as Siri, HealthKit, and Core Animation via platform-specific code blocks.
Show Example ▼
Windows
Integrate with WinUI 3 and Windows APIs for notifications, tiles, and more.
Show Example ▼
macOS
Interact with macOS-specific services like Touch Bar and AppKit.
Show Example ▼
For detailed guidance on each platform, explore the sub‑tutorials: