Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 365 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 365 Bytes

AutoFareCheck

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.