You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory holds the sample project from the [creating a bound service section](https://developer.xamarin.com/guides/android/application_fundamentals/services/creating-a-service/bound-services/) of the [Creating Services](https://developer.xamarin.com/guides/android/application_fundamentals/services/) guide for Xamarin.Android.
13
+
This directory holds the sample project from the [creating a bound service section](https://docs.microsoft.com/xamarin/android/app-fundamentals/services/creating-a-service/bound-services) of the [Creating Services](https://docs.microsoft.com/xamarin/android/app-fundamentals/services/) guide for Xamarin.Android.
14
14
15
-

16
-
17
-

This directory holds the sample project from the [creating a foreground service](https://developer.xamarin.com/guides/android/application_fundamentals/services/creating-a-service/bound-services/) section of the [Creating Services](https://developer.xamarin.com/guides/android/application_fundamentals/services/) guide for Xamarin.Android.
13
+
Sample project for the [creating a foreground service](https://docs.microsoft.com/xamarin/android/app-fundamentals/services/creating-a-service/bound-services) section of the [Creating Services](https://docs.microsoft.com/xamarin/android/app-fundamentals/services/) guide for Xamarin.Android.
14
14
15
-

16
-
17
-

This directory holds the sample project for the [creating a started service section](https://developer.xamarin.com/guides/android/application_fundamentals/services/creating-a-service/started-services/) of the [Creating Services](https://developer.xamarin.com/guides/android/application_fundamentals/services/) guide for Xamarin.Android.
13
+
This directory holds the sample project for the [creating a started service section](https://docs.microsoft.com/xamarin/android/app-fundamentals/services/creating-a-service/started-services) of the [Creating Services](https://docs.microsoft.com/xamarin/android/app-fundamentals/services/) guide for Xamarin.Android.
14
14
15
-

16
-
17
-

Complete sample for [Using Touch in Android](http://developer.xamarin.com/guides/cross-platform/application_fundamentals/touch/part_4_android_touch_walkthrough/)
13
+
Complete sample for [Using Touch in Android](https://docs.microsoft.com/xamarin/android/app-fundamentals/touch/android-touch-walkthrough)
Walkthrough starting point for [Using Touch in Android Walkthrough](http://developer.xamarin.com/guides/cross-platform/application_fundamentals/touch/part_4_android_touch_walkthrough/)
13
+
Walkthrough starting point for [Using Touch in Android Walkthrough](https://docs.microsoft.com/xamarin/android/app-fundamentals/touch/android-touch-walkthrough)
Copy file name to clipboardExpand all lines: BuiltInViews/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,9 @@ urlFragment: builtinviews
11
11
# Built In Views
12
12
13
13
This sample is part of the Android ListViews and Adapters series; it includes
14
-
two projects that illustrate built-in ListViews. Note: to use SimpleSelectableListItem, SimpleListItemActivated1, or SimpleListItemActivated2, you need API level 11 or higher.
14
+
two projects that illustrate built-in ListViews.
15
15
16
-
For more about built-in ListViews (and to view screenshots from this sample), see the accompanying article [ListViews and Adapters, Part 3 - Customizing a ListView's Appearance](http://developer.xamarin.com/guides/android/user_interface/working_with_listviews_and_adapters/part_3_-_customizing_a_listview's_appearance).
16
+
> [!NOTE]
17
+
> To use SimpleSelectableListItem, SimpleListItemActivated1, or SimpleListItemActivated2, you need API level 11 or higher.
17
18
18
-
## Authors
19
-
20
-
Mark McLemore (BuiltInExpandableViews)
19
+
For more about built-in ListViews (and to view screenshots from this sample), see the accompanying article [ListViews and Adapters, Part 3 - Customizing a ListView's Appearance](https://docs.microsoft.com/xamarin/android/user-interface/layouts/list-view/customizing-appearance).
description: This app is the companion code for the Android 6.0 Fingerprint Authentication guide. This is a sample application that demonstrations how the use...
3
+
description: "Sample application that demonstrations how the use fingerprint authentication (Android Marshmallow)"
4
4
page_type: sample
5
5
languages:
6
6
- csharp
7
7
products:
8
8
- xamarin
9
+
extensions:
10
+
tags:
11
+
- androidmarshmallow
9
12
urlFragment: fingerprintguide
10
13
---
11
14
# Fingerprint Sample
12
15
13
-
This app is the companion code for the [Android 6.0 Fingerprint Authentication guide](http://developer.xamarin.com/guides/android/platform_features/fingerprint-authentication).
16
+
This app is the companion code for the [Android 6.0 Fingerprint Authentication guide](https://docs.microsoft.com/xamarin/android/platform/fingerprint-authentication/).
14
17
15
18
This is a sample application that demonstrations how the use the Fingerprint APIs. It requires a device with a fingerprint scanner running Android 6.0 or higher.
Copy file name to clipboardExpand all lines: FrameAnimation/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ urlFragment: frameanimation
10
10
---
11
11
# FrameAnimation
12
12
13
-
This solution is the source code for the [FrameAnimation recipe](http://developer.xamarin.com/recipes/android/other_ux/animation/frame_animation/).
14
-
15
-
It demonstrates how to perform a simple frame animation in Android.
13
+
This solution is the source code for the [FrameAnimation recipe](https://github.com/xamarin/docs-archive/tree/master/Recipes/android/other_ux/animation/frame_animation).
16
14
15
+
It demonstrates how to perform a simple frame animation in Android.
0 commit comments