Wednesday, July 3, 2019

Xamarin.Essentials


Xamarin.Essentials provides developers with cross-platform APIs for their mobile applications.

Android, iOS, and UWP offer unique operating system and platform APIs that developers have access to all in C# leveraging Xamarin. Xamarin.Essentials provides a single cross-platform API that works with any Xamarin.Forms, Android, iOS, or UWP application that can be accessed from shared code no matter how the user interface is created.

As developer, we can kick start with Xamarin.Essentials from Microsoft reference at https://docs.microsoft.com/en-us/xamarin/essentials/get-started?tabs=windows%2Candroid

No comments:

Post a Comment