XHackers:Bangalore - Hands On Labs with Xamarin Android
Demo started with WPF app that calculates the Auto Fare given the distance.
Later extracted a function and created a PCL class library and moved the logic to the library.
Then created a Android applicaion using Xamarin and used the PCL class library to do the calculations.