Cross platform Articles

Articles related to Cross platform

How to Move Uno Platform Pages to a Multi-Targeting Library

How to Move Uno Platform Pages to a Multi-Targeting Library

You can move Uno Platform pages and other code into a multi-targeted library that you can reference from the Uno Platform head projects. This is much more convenient than using Visual Studio Shared libraries. Shared libraries don’t seem to have full support in Visual Studio, and some features like quick refactors often don’t work. This article briefly explains what I did to get this working. I completely removed the shared library in my sample. You can clone my working sample here. Check out my Udemy course Introduction To Uno Platform. This video gives you a quick overview of creating a multi-targeting library and moving a page into it.  https://youtu.be/MYEwMvQd9SM This article gives you a much more comprehensive step by step guide to converting an existing solution to used a multi-targeting library. Also, this process seems support hot-reload. The trick is...
Christian Findlay Christian Findlay Aug 25, 2020
Device.Net 3.0

Device.Net 3.0

Device.Net 3.0 has been released. Device.Net is a framework for communicating with connected devices. Along with Device.Net Usb.Net, and Hid.Net 3.0 were also released. These...
Christian Findlay Christian Findlay Aug 26, 2019