19f3176c3c
feat: Add SQLite sample |
||
---|---|---|
UI | ||
.gitattributes | ||
.gitignore | ||
.vsts-ci.canaries.yml | ||
.vsts-ci.yml | ||
License.md | ||
README.md |
README.md
Uno Platform Samples - The UWP Bridge for iOS, Android and WebAssembly
This repository provides simple to-the-point samples for features of the Uno platform.
What is the Uno Platform
The Uno Platform is a Universal Windows Platform Bridge to allow UWP based code to run on iOS, Android, and WebAssembly. It provides the full definitions of the UWP Spring Creators Update (17134), and the implementation of growing number parts of the UWP API, such as Windows.UI.Xaml, to enable applications to run on these platforms.
Use the UWP tooling from Windows in Visual Studio, such as Xaml Edit and Continue and C# Edit and Continue, build your application as much as possible on Windows, then validate that your application runs on iOS, Android and WebAssembly.
Visit our documentation for more details.