Take Your App Cross-Platform with Uno Platform
Uno Platform allows developers to write XAML markup and C# code in a single code base and deploy the application to multiple platforms. Uno currently supports iOS, Android, Windows, macOS, Linux, Tizen, and the web (with WebAssembly). Uno Platform uses the same XAML syntax as WinUI, allowing WinUI developers to easily make the jump to Uno while reusing much of their existing XAML and C# code. We will look at how the My Media Collection sample app can be adapted to run on some of these other platforms with Uno Platform.
In this chapter, we will cover the following topics:
- The history of Uno Platform and discuss its current capabilities
- How to configure Visual Studio to create Uno Platform projects
- Adapting existing WinUI views and ViewModels for reuse in Uno projects
- Running and debugging an Uno Platform application on Android using the Windows Subsystem for Android (WSA)
- Running your application in the browser...