Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Introduction
The DependencyService class is a service locator that enables Xamarin.Forms applications to invoke native platform functionality from shared code.
Registration and Resolution
Platform implementations must be registered with the DependencyService, and then resolved from shared code to invoke them.
Picking a Photo from the Library
This article explains how to use the Xamarin.Forms DependencyService class to pick a photo from the phone's picture library.