News

Talkin’ ‘bout my generation: How the Uno Platform generates code, part 1 — Under The hood

🕓 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.

Pushing the right buttons : How Uno implements views

🕓 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’…