Latest news and resources on building multi-platform applications with Uno Platform, C# and XAML.
🕓 3 MIN In previous articles, we’ve covered how the Uno Platform takes a visual tree defined in the XAML markup language and creates it on iOS, Android, and WebAssembly. In this article I want to dive into a key intermediate step: how the XAML is parsed and mapped to generated C# code. In part 2, we will look at a few other ways in which Uno leverages code generation to make the wheels turn.
🕓 5 MIN In this article I want to focus on how to implement the suite of views in the UWP framework for iOS, Android, and in the browser. I present the simplest interactive application imaginable, one step above ‘Hello World’...
🕓 4 MIN You can find the code of the TreeView for this article in the Uno.UI.Toolkit.SLrepository, in which we will …
🕓 2 MIN By now you may have heard about Uno. In this post series, I want to …
🕓 2 MIN Recent updates to the Uno Platform have allowed for the Windows Community Toolkit to run on …