Xamarin.Forms: A tutorial about DependencyService

Xamarin.Forms is fantastic, you write your code once inside your PCL/.NetStandard project and it will run on many different platforms.\n\nHowever sometimes we need to access directly the native platform. To do so, we can use something called DependencyService.