Recent Posts

Nuget Packages with Native Libraries

23 minute read

This post is about creating a NuGet package which includes native libraries for Android. I am going to assume that you have a few things in place:

MSVC Crossplatform Development Part 15

3 minute read

TODO This is the end of this series for now. Let’s go over what should be next. So far, we have finished the following: Native C++ library for Windows ...

MSVC Crossplatform Development Part 14

6 minute read

Xamarin Forms Application The new PCL library will now be used in a Xamarin Forms application. We will only be able to run it from android right now, but thi...