Tag : platform-specific-tweak-in-xamarin
Tag : platform-specific-tweak-in-xamarin
What is DependencyService in Xamarin ?
DependencyService is a static class under Xamarin.Forms namespace. Shared or Portable projects can access the platform based tweaks that are done in any specific platform projects by using DependencyService.
How it works?
The key point is by defining an Interface.
Categories: Android, Cross Platform Mobile App, iOS, Windows Phone, Xamarin