From the course: Xamarin.Forms Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install Xamarin.Essentials

Install Xamarin.Essentials - Xamarin Tutorial

From the course: Xamarin.Forms Essential Training

Start my 1-month free trial

Install Xamarin.Essentials

- [Instructor] Now that we've seen how to create a dependency service, we could write a whole bunch of them. For file access, using the camera, but as developers, we also tend to like to reuse libraries and code. and sometimes it's good to be lazy. You remember, back at the beginning, we looked at our project, inside of there, we had the Xamarin.Essentials NuGet package. Xamarin.Essentials is a set of these services that are already pre-written. That means that there's code for the shared library and there's already implementations for a number of different platforms. You go out and look and search for Xamarin.Essentials, you'll probably end up on the docs.microsoft.com site, under the Xamarin.Essentials page and you can drill down and see all the features that they currently have available. There's a number of implementations for things you might use commonly, whether it's the clipboard, the battery and get at…

Contents