From the course: .NET MAUI Essential Training
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Additional Essentials - .NET MAUI Tutorial
From the course: .NET MAUI Essential Training
Additional Essentials
- [Instructor] In addition to the preferences that we've seen here, there are a number of other extensions or areas for that device integration. If you go out to the documentation for Maui, there's a whole section on platform integration. And in that platform integration, you'll see these different categories of functionality. On the left, you'll see in the tree view there, you can expand these out. We've got a nice table here that allows you to navigate as well. So in the application model, you can see that you have things like app actions that allow you to create platform specific interactions for an app. So for example, if you right click on an app in the Windows environment, you might get some context menu items that you can invoke. Here are ways to invoke that on iOS and Android as well by long holding or long tapping something. You can get access to launch things in the browser, or use maps, can do version tracking of…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
Defining a platform-neutral service5m 26s
-
(Locked)
Creating the Android service3m 4s
-
(Locked)
Creating the iOS service3m 45s
-
(Locked)
Using the Essentials library5m 11s
-
(Locked)
Additional Essentials3m 31s
-
(Locked)
Configuring Essentials3m 31s
-
(Locked)
Challenge: Add Windows service47s
-
(Locked)
Solution: Add Windows service1m 40s
-
(Locked)
-