Nuget Packages with Native Libraries
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:
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:
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 ...
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...
Xamarin Forms Library This library exposes the platform specific .NET libraries to Xamarin forms. We need several steps to do this.
Xamarin Android App We will create a Xamarin Android application to test the previous library.