How to use platform specific code
If you are building Xamarin.Forms Apps you will certainly encouter the problem that you have to use platform specific code to get some specific platform or hardware functions to work. Dependency Service allow you’re apps to call the platform specific code out of your shared code basis.… Continue Reading