From the course: .NET MAUI for Beginners
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Accessing platform features in .NET MAUI - .NET MAUI Tutorial
From the course: .NET MAUI for Beginners
Accessing platform features in .NET MAUI
Welcome back to another .NET MAUI Beginner Series video. I'm James Montemagno, a product manager on the developer community team here at Microsoft. And today, we're continuing our journey, learning how to build beautiful native cross-platform, desktop and mobile apps with .NET MAUI. Now, so far we've done a lot in our application. We've learned about what is in a file new project. We started to build a user interface in XAML. We added data binding in MVVM architecture pattern. And we even did some navigation. Now next up is how to access Native API features. Now, when we think about Native APIs, things that are on iOS, Android, Mac and Windows, these are things that are platform specific. Now you can access these directly inside of C-Sharp thanks to the underlying systems of iOS and Android for .NET and Windows App SDK and WinUI 3. Now what's great about .NET MAUI is that the team abstracted a whole bunch of common platform APIs into a single API for to use it as a developer. This…
Contents
-
-
What is .NET MAUI?3m 32s
-
(Locked)
How to install .NET MAUI on a PC4m 21s
-
(Locked)
.NET MAUI architecture overview15m 4s
-
(Locked)
Build .NET MAUI UI with XAML12m 45s
-
(Locked)
.NET MAUI data binding with MVVM and XAML18m 28s
-
(Locked)
Navigating between pages in .NET MAUI17m 1s
-
(Locked)
Accessing platform features in .NET MAUI7m 53s
-
(Locked)
.NET MAUI resources and beginner series recap4m 17s
-