Microsoft Surface Neo and Duo: Designing for Dual ScreensâŻÂ
đ 2 MIN How do we build apps that look beautiful on dual-screen devices? Building on top of our first post on Duo and Neo, letâs conclude with some light speculation onâŻnew UX challenges and opportunities. It’s hard to say anything definitive until we actually get the chance to play with the new devices.âŻÂ The demo today showed the ability to […]
Microsoft Surface Duo and Neo: The Software Developer Perspective
đ 3 MIN Microsoft’s hotly-awaited Surface event landed today, and it didn’t disappoint. Surface head honcho, Panos Panay, announced two wholly new dual-screen devices: the tablet-sized Surface Neo, which will run Windows 10X, a new version of the OS optimized for the form factor; and the Surface Duo, a phone-sized device which will make calls, send texts, and […]
Talkinâ âbout my generation: How the Uno Platform generates code, part 2 â Under the hood
đ 5 MIN Previously we looked at how the Uno Platform turns XAML mark-up files into C# code. In this article, Iâll talk about another way Uno uses code generation, allowing us to make native Android and iOS views conform to UWPâs API, and tackle the thorny problem of multiple inheritance.
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â…
Under the Hood: an Introduction to Uno Platform
đ 2 MIN By now you may have heard about Uno. In this post series, I want to lay bare Unoâs technical innards. Weâll look at the critical code that powers the platform, and chart the ups and downs of building a UI platform. First, letâs get the lay of the land. The Uno Stack Uno is a cross-platform UI […]