diff --git a/docs/essentials/accelerometer.md b/docs/essentials/accelerometer.md index 2a1ca6ebf..99431b65e 100644 --- a/docs/essentials/accelerometer.md +++ b/docs/essentials/accelerometer.md @@ -14,7 +14,7 @@ The **Accelerometer** class lets you monitor the device's accelerometer sensor, ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Accelerometer @@ -81,7 +81,7 @@ Examples: - When the device lies flat on a table and is pushed toward the sky with an acceleration of A m/s^2, the acceleration value is equal to A+9.81 which corresponds to the acceleration of the device (+A m/s^2) minus the force of gravity (-9.81 m/s^2) and normalized in G. -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## API @@ -92,4 +92,4 @@ Examples: > [!Video https://channel9.msdn.com/Shows/XamarinShow/Accelerometer-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/app-actions.md b/docs/essentials/app-actions.md index c1c7d541e..67a5438d4 100644 --- a/docs/essentials/app-actions.md +++ b/docs/essentials/app-actions.md @@ -13,7 +13,7 @@ The **AppActions** class lets you create and respond to app shortcuts from the a ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **AppActions** functionality the following platform specific setup is required. diff --git a/docs/essentials/app-information.md b/docs/essentials/app-information.md index 21eebb3ee..788e4d482 100644 --- a/docs/essentials/app-information.md +++ b/docs/essentials/app-information.md @@ -14,7 +14,7 @@ The **AppInfo** class provides information about your application. ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using AppInfo @@ -93,4 +93,4 @@ App information is taken from the `Package.appxmanifest` for the following field > [!Video https://channel9.msdn.com/Shows/XamarinShow/App-Information-Essential-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/app-theme.md b/docs/essentials/app-theme.md index 898ff03b8..1001c8f9a 100644 --- a/docs/essentials/app-theme.md +++ b/docs/essentials/app-theme.md @@ -14,7 +14,7 @@ The **RequestedTheme** API is part of the [`AppInfo`](app-information.md) class ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using RequestedTheme @@ -75,4 +75,4 @@ You can read more on the [UWP Requested Theme Documentation](/uwp/api/windows.ui > [!Video https://channel9.msdn.com/Shows/XamarinShow/Theme-Detection-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/barometer.md b/docs/essentials/barometer.md index d18aae436..87aa1cc6c 100644 --- a/docs/essentials/barometer.md +++ b/docs/essentials/barometer.md @@ -13,7 +13,7 @@ The **Barometer** class lets you monitor the device's barometer sensor, which me ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Barometer @@ -66,7 +66,7 @@ public class BarometerTest } ``` -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## Platform Implementation Specifics diff --git a/docs/essentials/battery.md b/docs/essentials/battery.md index 9b669a441..766b8d622 100644 --- a/docs/essentials/battery.md +++ b/docs/essentials/battery.md @@ -14,7 +14,7 @@ The **Battery** class lets you check the device's battery information and monito ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Battery** functionality the following platform specific setup is required. @@ -184,4 +184,4 @@ No platform differences. > [!Video https://channel9.msdn.com/Shows/XamarinShow/Battery-Essential-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/clipboard.md b/docs/essentials/clipboard.md index dd89f1d00..47f3e4b44 100644 --- a/docs/essentials/clipboard.md +++ b/docs/essentials/clipboard.md @@ -14,7 +14,7 @@ The **Clipboard** class lets you copy and paste text to the system clipboard bet ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Clipboard @@ -72,4 +72,4 @@ public class ClipboardTest > [!Video https://channel9.msdn.com/Shows/XamarinShow/Clipboard-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/color-converters.md b/docs/essentials/color-converters.md index e289942fc..34d199586 100644 --- a/docs/essentials/color-converters.md +++ b/docs/essentials/color-converters.md @@ -14,7 +14,7 @@ The **ColorConverters** class in Xamarin.Essentials provides several helper meth ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Color Converters @@ -84,4 +84,4 @@ The `ToSystemColor` method applies to Android.Graphics.Color, UIKit.UIColor, and > [!Video https://channel9.msdn.com/Shows/XamarinShow/Color-Converters-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/compass.md b/docs/essentials/compass.md index 5e7755755..4b67b5ad8 100644 --- a/docs/essentials/compass.md +++ b/docs/essentials/compass.md @@ -14,7 +14,7 @@ The **Compass** class lets you monitor the device's magnetic north heading. ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Compass @@ -66,7 +66,7 @@ public class CompassTest } ``` -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## Platform Implementation Specifics @@ -99,4 +99,4 @@ This is only applied on the Android platform, and the parameter is ignored on iO > [!Video https://channel9.msdn.com/Shows/XamarinShow/Compass-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/connectivity.md b/docs/essentials/connectivity.md index ff0add814..9fc5851c6 100644 --- a/docs/essentials/connectivity.md +++ b/docs/essentials/connectivity.md @@ -14,7 +14,7 @@ The **Connectivity** class lets you monitor for changes in the device's network ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Connectivity** functionality the following platform specific setup is required. @@ -117,4 +117,4 @@ It is important to note that it is possible that `Internet` is reported by `Netw > [!Video https://channel9.msdn.com/Shows/XamarinShow/Connectivity-Essential-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/contacts.md b/docs/essentials/contacts.md index 565293d5e..5d9208364 100644 --- a/docs/essentials/contacts.md +++ b/docs/essentials/contacts.md @@ -13,7 +13,7 @@ The **Contacts** class lets a user pick a contact and retrieve information about ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Contacts** functionality the following platform specific setup is required. diff --git a/docs/essentials/detect-shake.md b/docs/essentials/detect-shake.md index 1bc417354..29e6cc08f 100644 --- a/docs/essentials/detect-shake.md +++ b/docs/essentials/detect-shake.md @@ -14,7 +14,7 @@ The **[Accelerometer](accelerometer.md)** class lets you monitor the device's ac ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Detect Shake @@ -65,7 +65,7 @@ public class DetectShakeTest } ``` -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## Implementation Details @@ -80,4 +80,4 @@ The detect shake API uses raw readings from the accelerometer to calculate accel > [!Video https://channel9.msdn.com/Shows/XamarinShow/Detect-Shake-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/device-display.md b/docs/essentials/device-display.md index 7949a23f7..97c17ddc0 100644 --- a/docs/essentials/device-display.md +++ b/docs/essentials/device-display.md @@ -14,7 +14,7 @@ The **DeviceDisplay** class provides information about the device's screen metri ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using DeviceDisplay @@ -106,4 +106,4 @@ No differences. > [!Video https://channel9.msdn.com/Shows/XamarinShow/Device-Display-Information-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/device-information.md b/docs/essentials/device-information.md index b1870da4d..d9fd9b510 100644 --- a/docs/essentials/device-information.md +++ b/docs/essentials/device-information.md @@ -14,7 +14,7 @@ The **DeviceInfo** class provides information about the device the application i ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using DeviceInfo @@ -90,4 +90,4 @@ iOS does not expose an API for developers to get the model of the specific iOS d > [!Video https://channel9.msdn.com/Shows/XamarinShow/Device-Information-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/email.md b/docs/essentials/email.md index 73f1a0fe9..e04d0f66d 100644 --- a/docs/essentials/email.md +++ b/docs/essentials/email.md @@ -48,7 +48,7 @@ No platform differences. ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] > [!TIP] > To use the Email API on iOS you must run it on a physical device, else an exception will be thrown. @@ -141,4 +141,4 @@ Not all email clients support sending attachments. See [documentation](/windows/ > [!Video https://channel9.msdn.com/Shows/XamarinShow/Email-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/file-picker.md b/docs/essentials/file-picker.md index f0ebb93da..a252b6f1b 100644 --- a/docs/essentials/file-picker.md +++ b/docs/essentials/file-picker.md @@ -13,7 +13,7 @@ The **FilePicker** class lets a user pick a single or multiple files from the de ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **FilePicker** functionality the following platform specific setup is required. @@ -105,7 +105,7 @@ var options = new PickOptions If you desire your user to pick multiple files you can call the `FilePicker.PickMultipleAsync()` method. It also takes in `PickOptions` as a parameter to specify additional information. The results are the same as `PickAsync`, but instead of a single `FileResult` an `IEnumerable` is returned that can be iterated over. -[!include[](~/essentials/includes/tip-file-result.md)] +[!INCLUDE [tip-file-result](includes/tip-file-result.md)] ## Platform Differences diff --git a/docs/essentials/file-system-helpers.md b/docs/essentials/file-system-helpers.md index 54ce92bd2..ca82a5572 100644 --- a/docs/essentials/file-system-helpers.md +++ b/docs/essentials/file-system-helpers.md @@ -14,7 +14,7 @@ The **FileSystem** class contains a series of helpers to find the application's ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using File System Helpers @@ -85,4 +85,4 @@ Add any file into the root in the UWP project and mark the Build Action as **Con > [!Video https://channel9.msdn.com/Shows/XamarinShow/File-System-Helpers-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/flashlight.md b/docs/essentials/flashlight.md index 6d2aba50e..61bd4e98a 100644 --- a/docs/essentials/flashlight.md +++ b/docs/essentials/flashlight.md @@ -14,7 +14,7 @@ The **Flashlight** class has the ability to turn on or off the device's camera f ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Flashlight** functionality the following platform specific setup is required. @@ -47,7 +47,7 @@ By adding these permissions [Google Play will automatically filter out devices]( [assembly: UsesFeature("android.hardware.camera.autofocus", Required = false)] ``` -[!include[](~/essentials/includes/android-permissions.md)] +[!INCLUDE [android-permissions](includes/android-permissions.md)] # [iOS](#tab/ios) @@ -125,4 +125,4 @@ A camera surface texture is created to turn on or off the `FlashMode` of the cam > [!Video https://channel9.msdn.com/Shows/XamarinShow/Flashlight-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/geocoding.md b/docs/essentials/geocoding.md index c1f868c42..85f6c2370 100644 --- a/docs/essentials/geocoding.md +++ b/docs/essentials/geocoding.md @@ -14,7 +14,7 @@ The **Geocoding** class provides APIs to geocode a placemark to a positional coo ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Geocoding** functionality the following platform specific setup is required. @@ -125,4 +125,4 @@ The [`Location`](xref:Xamarin.Essentials.Location) and [`LocationExtensions`](xr > [!Video https://channel9.msdn.com/Shows/XamarinShow/Geocoding-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/geolocation.md b/docs/essentials/geolocation.md index a6f08d483..f3797abac 100644 --- a/docs/essentials/geolocation.md +++ b/docs/essentials/geolocation.md @@ -14,7 +14,7 @@ The **Geolocation** class provides APIs to retrieve the device's current geoloca ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Geolocation** functionality, the following platform-specific setup is required: @@ -60,7 +60,7 @@ Or directly into your **AndroidManifest.xml**: If it recommended to read [Android documentation on background location updates](https://developer.android.com/training/location/permissions) as there are many restrictions that need to be considered. -[!include[](~/essentials/includes/android-permissions.md)] +[!INCLUDE [android-permissions](includes/android-permissions.md)] # [iOS](#tab/ios) @@ -270,4 +270,4 @@ On UWP, altitude is returned in meters. See the [AltitudeReferenceSystem](/uwp/a > [!Video https://channel9.msdn.com/Shows/XamarinShow/Geolocation-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/gyroscope.md b/docs/essentials/gyroscope.md index 974cc8518..f8f39f9e4 100644 --- a/docs/essentials/gyroscope.md +++ b/docs/essentials/gyroscope.md @@ -13,7 +13,7 @@ The **Gyroscope** class lets you monitor the device's gyroscope sensor which is ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Gyroscope @@ -66,7 +66,7 @@ public class GyroscopeTest } ``` -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## API diff --git a/docs/essentials/haptic-feedback.md b/docs/essentials/haptic-feedback.md index 85aa5fe35..98e45d6d5 100644 --- a/docs/essentials/haptic-feedback.md +++ b/docs/essentials/haptic-feedback.md @@ -13,7 +13,7 @@ The **HapticFeedback** class lets you control haptic feedback on device. ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **HapticFeedback** functionality the following platform specific setup is required. diff --git a/docs/essentials/launcher.md b/docs/essentials/launcher.md index 37ffb351f..5d0ff6815 100644 --- a/docs/essentials/launcher.md +++ b/docs/essentials/launcher.md @@ -14,7 +14,7 @@ The **Launcher** class enables an application to open a URI by the system. This ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Launcher @@ -93,7 +93,7 @@ await Launcher.OpenAsync(new OpenFileRequest ## Presentation Location When Opening Files -[!include[](~/essentials/includes/ios-PresentationSourceBounds.md)] +[!INCLUDE [ios-PresentationSourceBounds](includes/ios-PresentationSourceBounds.md)] ## Platform Differences @@ -124,4 +124,4 @@ No platform differences. > [!Video https://channel9.msdn.com/Shows/XamarinShow/Launcher-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/magnetometer.md b/docs/essentials/magnetometer.md index 304acedbc..aa727203f 100644 --- a/docs/essentials/magnetometer.md +++ b/docs/essentials/magnetometer.md @@ -13,7 +13,7 @@ The **Magnetometer** class lets you monitor the device's magnetometer sensor whi ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Magnetometer @@ -68,7 +68,7 @@ public class MagnetometerTest All data is returned in µT (microteslas). -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## API diff --git a/docs/essentials/main-thread.md b/docs/essentials/main-thread.md index a4ef9593c..d9a49a4de 100644 --- a/docs/essentials/main-thread.md +++ b/docs/essentials/main-thread.md @@ -20,7 +20,7 @@ Applications sometimes need to use events that call the event handler on a secon ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Running Code on the Main Thread @@ -116,4 +116,4 @@ The `MainThread` class includes the following additional `static` methods that c > [!Video https://channel9.msdn.com/Shows/XamarinShow/Main-Thread-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/maps.md b/docs/essentials/maps.md index a3e80cfee..181f9d455 100644 --- a/docs/essentials/maps.md +++ b/docs/essentials/maps.md @@ -14,7 +14,7 @@ The **Map** class enables an application to open the installed map application t ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Map @@ -158,4 +158,4 @@ No platform-specific implementation details. > [!Video https://channel9.msdn.com/Shows/XamarinShow/Maps-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/media-picker.md b/docs/essentials/media-picker.md index 048427188..f2a12ef69 100644 --- a/docs/essentials/media-picker.md +++ b/docs/essentials/media-picker.md @@ -13,7 +13,7 @@ The **MediaPicker** class lets a user pick or take a photo or video on the devic ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **MediaPicker** functionality the following platform specific setup is required. @@ -127,7 +127,7 @@ async Task LoadPhotoAsync(FileResult photo) PhotoPath = newFile; } ``` -[!include[](~/essentials/includes/tip-file-result.md)] +[!INCLUDE [tip-file-result](includes/tip-file-result.md)] ## API diff --git a/docs/essentials/open-browser.md b/docs/essentials/open-browser.md index 82d2d5c57..6ed6dff5c 100644 --- a/docs/essentials/open-browser.md +++ b/docs/essentials/open-browser.md @@ -14,7 +14,7 @@ The **Browser** class enables an application to open a web link in the optimized ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Browser** functionality the following platform specific setup is required. @@ -134,4 +134,4 @@ The user's default browser will always be launched regardless of the `BrowserLau > [!Video https://channel9.msdn.com/Shows/XamarinShow/Open-Browser-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/orientation-sensor.md b/docs/essentials/orientation-sensor.md index a79dee2d6..e578aa0b0 100644 --- a/docs/essentials/orientation-sensor.md +++ b/docs/essentials/orientation-sensor.md @@ -15,7 +15,7 @@ The **OrientationSensor** class lets you monitor the orientation of a device in ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using OrientationSensor @@ -100,7 +100,7 @@ Examples: - If the device is positioned so its left edge is on a table, and the top points north, the device has been rotated –90 degrees around the Y axis (or 90 degrees around the negative Y axis). The `Quaternion` value is (0, -0.707, 0, 0.707). -[!include[](~/essentials/includes/sensor-speed.md)] +[!INCLUDE [sensor-speed](includes/sensor-speed.md)] ## API diff --git a/docs/essentials/permissions.md b/docs/essentials/permissions.md index e0130ee10..491e13bd5 100644 --- a/docs/essentials/permissions.md +++ b/docs/essentials/permissions.md @@ -14,9 +14,9 @@ The **Permissions** class provides the ability to check and request runtime perm ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] -[!include[](~/essentials/includes/android-permissions.md)] +[!INCLUDE [android-permissions](includes/android-permissions.md)] ## Using Permissions @@ -272,4 +272,4 @@ Read more on the [App Capability Declaration](/windows/uwp/packaging/app-capabil > [!Video https://channel9.msdn.com/Shows/XamarinShow/Permissions-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/phone-dialer.md b/docs/essentials/phone-dialer.md index 71a569664..d5abd6900 100644 --- a/docs/essentials/phone-dialer.md +++ b/docs/essentials/phone-dialer.md @@ -14,7 +14,7 @@ The **PhoneDialer** class enables an application to open a phone number in the d ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] # [Android](#tab/android) @@ -85,4 +85,4 @@ public class PhoneDialerTest > [!Video https://channel9.msdn.com/Shows/XamarinShow/Phone-Dialer-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/platform-extensions.md b/docs/essentials/platform-extensions.md index 25edb6e14..c1832fd62 100644 --- a/docs/essentials/platform-extensions.md +++ b/docs/essentials/platform-extensions.md @@ -13,7 +13,7 @@ Xamarin.Essentials provides several platform extension methods when having to wo ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Platform Extensions diff --git a/docs/essentials/preferences.md b/docs/essentials/preferences.md index 83103772e..f2d07a597 100644 --- a/docs/essentials/preferences.md +++ b/docs/essentials/preferences.md @@ -14,7 +14,7 @@ The **Preferences** class helps to store application preferences in a key/value ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Preferences @@ -117,4 +117,4 @@ When storing a string, this API is intended to store small amounts of text. Perf > [!Video https://channel9.msdn.com/Shows/XamarinShow/Preferences-Essential-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/screenshot.md b/docs/essentials/screenshot.md index caefc1b19..7067d365b 100644 --- a/docs/essentials/screenshot.md +++ b/docs/essentials/screenshot.md @@ -13,7 +13,7 @@ The **Screenshot** class lets you take a capture of the current displayed screen ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Screenshot diff --git a/docs/essentials/secure-storage.md b/docs/essentials/secure-storage.md index 5bdf81840..3ebc08968 100644 --- a/docs/essentials/secure-storage.md +++ b/docs/essentials/secure-storage.md @@ -14,7 +14,7 @@ The **SecureStorage** class helps securely store simple key/value pairs. ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **SecureStorage** functionality, the following platform-specific setup is required: @@ -171,4 +171,4 @@ This API is intended to store small amounts of text. Performance may be slow if > [!Video https://channel9.msdn.com/Shows/XamarinShow/Secure-Storage-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/share.md b/docs/essentials/share.md index 116dafa16..d7475c94d 100644 --- a/docs/essentials/share.md +++ b/docs/essentials/share.md @@ -15,7 +15,7 @@ The **Share** class enables an application to share data such as text and web li ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] # [Android](#tab/android) @@ -115,7 +115,7 @@ await Share.RequestAsync(new ShareMultipleFilesRequest ## Presentation Location -[!include[](~/essentials/includes/ios-PresentationSourceBounds.md)] +[!INCLUDE [ios-PresentationSourceBounds](includes/ios-PresentationSourceBounds.md)] ## Platform Differences @@ -143,4 +143,4 @@ await Share.RequestAsync(new ShareMultipleFilesRequest > [!Video https://channel9.msdn.com/Shows/XamarinShow/Share-Essential-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/sms.md b/docs/essentials/sms.md index 594bae521..9dcf8c7f5 100644 --- a/docs/essentials/sms.md +++ b/docs/essentials/sms.md @@ -14,7 +14,7 @@ The **Sms** class enables an application to open the default SMS application wit ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Sms** functionality the following platform specific setup is required. @@ -108,4 +108,4 @@ public class SmsTest > [!Video https://channel9.msdn.com/Shows/XamarinShow/SMS-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/text-to-speech.md b/docs/essentials/text-to-speech.md index 136891626..f6d261452 100644 --- a/docs/essentials/text-to-speech.md +++ b/docs/essentials/text-to-speech.md @@ -14,7 +14,7 @@ The **TextToSpeech** class enables an application to utilize the built-in text-t ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Text-to-Speech @@ -151,4 +151,4 @@ public async Task SpeakNow() > [!Video https://channel9.msdn.com/Shows/XamarinShow/Text-to-Speech-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/unit-converters.md b/docs/essentials/unit-converters.md index 60a1da5b8..c09b60a82 100644 --- a/docs/essentials/unit-converters.md +++ b/docs/essentials/unit-converters.md @@ -14,7 +14,7 @@ The **UnitConverters** class provides several unit converters to help developers ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Unit Converters @@ -71,4 +71,4 @@ Here is a list of available conversions: > [!Video https://channel9.msdn.com/Shows/XamarinShow/Unit-Conversion-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/version-tracking.md b/docs/essentials/version-tracking.md index 2f29e361e..714d307d9 100644 --- a/docs/essentials/version-tracking.md +++ b/docs/essentials/version-tracking.md @@ -14,7 +14,7 @@ The **VersionTracking** class lets you check the applications version and build ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] ## Using Version Tracking @@ -81,4 +81,4 @@ All version information is stored using the [Preferences](preferences.md) API in > [!Video https://channel9.msdn.com/Shows/XamarinShow/Version-Tracking-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/vibrate.md b/docs/essentials/vibrate.md index 430bb7bf3..72367374a 100644 --- a/docs/essentials/vibrate.md +++ b/docs/essentials/vibrate.md @@ -14,7 +14,7 @@ The **Vibration** class lets you start and stop the vibrate functionality for a ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **Vibration** functionality the following platform specific setup is required. @@ -122,4 +122,4 @@ No platform differences. > [!Video https://channel9.msdn.com/Shows/XamarinShow/Vibration-XamarinEssentials-API-of-the-Week/player] -[!include[](~/essentials/includes/xamarin-show-essentials.md)] +[!INCLUDE [xamarin-show-essentials](includes/xamarin-show-essentials.md)] diff --git a/docs/essentials/web-authenticator.md b/docs/essentials/web-authenticator.md index 574a215f7..69a36e16b 100644 --- a/docs/essentials/web-authenticator.md +++ b/docs/essentials/web-authenticator.md @@ -30,7 +30,7 @@ The best practice here is to use a web backend as a middle layer between your mo ## Get started -[!include[](~/essentials/includes/get-started.md)] +[!INCLUDE [get-started](includes/get-started.md)] To access the **WebAuthenticator** functionality the following platform specific setup is required.