Tutorial by Examples

Simple way to share a message or link, copy text to clipboard, or open a browser in any Xamarin or Windows app. Available on NuGet : https://www.nuget.org/packages/Plugin.Share/ XAML <StackLayout Padding="20" Spacing="20"> <Button StyleId="Text" Text...
External Maps Plugin Open external maps to navigate to a specific geolocation or address. Option to launch with navigation option on iOS as well. Available on NuGet :[https://www.nuget.org/packages/Xam.Plugin.ExternalMaps/][1] XAML <StackLayout Spacing="10" Padding="10"&...
Easly access geolocation across Xamarin.iOS, Xamarin.Android and Windows. Available Nuget: [https://www.nuget.org/packages/Xam.Plugin.Geolocator/][1] XAML <StackLayout Spacing="10" Padding="10"> <Button x:Name="buttonGetGPS" Text="Get GPS"/...
Take or pick photos and videos from a cross platform API. Available Nuget : [https://www.nuget.org/packages/Xam.Plugin.Media/][1] XAML <StackLayout Spacing="10" Padding="10"> <Button x:Name="takePhoto" Text="Take Photo"/> <Butto...
Messaging plugin for Xamarin and Windows to make a phone call, send a sms or send an e-mail using the default messaging applications on the different mobile platforms. Available Nuget : [https://www.nuget.org/packages/Xam.Plugins.Messaging/][1] XAML <StackLayout Spacing="10" Padding...
Check to see if your users have granted or denied permissions for common permission groups on iOS and Android. Additionally, you can request permissions with a simple cross-platform async/awaitified API. Available Nuget : https://www.nuget.org/packages/Plugin.Permissions enter link description he...

Page 1 of 1