A collection of code samples for the Uno Platform
Перейти к файлу
Elie Bariche 58b2672273
Merge pull request #18 from unoplatform/dev/eb/canaries
feat: Update dev canary
2020-07-22 15:29:02 -04:00
UI feat: Update MapControlSample 2020-07-16 17:00:54 -04:00
.gitattributes Add first sample for Xaml Control Library. 2018-06-12 21:01:57 -04:00
.gitignore Add first sample for Xaml Control Library. 2018-06-12 21:01:57 -04:00
.vsts-ci.canaries.yml ci(canaries): Ensure the newer samples are updated 2020-07-16 16:54:54 -04:00
.vsts-ci.yml Update CI 2020-05-08 14:52:04 -04:00
License.md Add readme, license. 2018-06-12 21:05:33 -04:00
README.md Update README.md 2020-07-12 11:45:06 -04:00

README.md

Uno Platform Samples - The UWP Bridge for iOS, Android and WebAssembly

Gitter

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.