Improve user experience by programmatically connecting a mobile app to WiFi. Both Android and iOS now provide a way to do this within your Xamarin.Forms app.
To incorporate the platform-specific SDK methods, we had to export Java code (for Android) as libraries and then import them into a Xamarin.Forms project.
Why and how to use Xamarin as a Cordova replacement. Shows how to set up a multi-platform mobile native web app with two-way JavaScript interoperability.