Skip to content

Commit d87583b

Browse files
committed
Fix links to docs
1 parent 170a435 commit d87583b

File tree

18 files changed

+75
-101
lines changed

18 files changed

+75
-101
lines changed

ApplicationFundamentals/ServiceSamples/BoundServiceDemo/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ urlFragment: applicationfundamentals-servicesamples-boundservicedemo
1010
---
1111
# Xamarin.Android Bound Service Sample
1212

13-
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.
1414

15-
![](./Screenshots/bound-service.png)
16-
17-
![Xamarin.Android Bound Service Sample application screenshot](Screenshots/bound-service.png "Xamarin.Android Bound Service Sample application screenshot")
18-
19-
## Authors
20-
21-
Tom Opgenorth (toopge@microsoft.com)
15+
![Android app](Screenshots/bound-service.png)

ApplicationFundamentals/ServiceSamples/ForegroundServiceDemo/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ urlFragment: applicationfundamentals-servicesamples-foregroundservicedemo
1010
---
1111
# Xamarin.Android Foreground Service Sample
1212

13-
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.
1414

15-
![](./Screenshots/foreground-service.png)
16-
17-
![Xamarin.Android Foreground Service Sample application screenshot](Screenshots/foreground-service.png "Xamarin.Android Foreground Service Sample application screenshot")
18-
19-
## Authors
20-
21-
Tom Opgenorth (toopge@microsoft.com)
15+
![Android app screenshot](Screenshots/foreground-service.png)

ApplicationFundamentals/ServiceSamples/StartedServicesDemo/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ urlFragment: applicationfundamentals-servicesamples-startedservicesdemo
1010
---
1111
# Xamarin.Android Started Service Sample
1212

13-
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.
1414

15-
![](./Screenshots/started-service.png)
16-
17-
![Xamarin.Android Started Service Sample application screenshot](Screenshots/started-service.png "Xamarin.Android Started Service Sample application screenshot")
18-
19-
## Authors
20-
21-
Tom Opgenorth (toopge@microsoft.com)
15+
![Android app screenshot](Screenshots/started-service.png)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Touch in Android (Completed Sample)
3-
description: Complete sample for Using Touch in Android
3+
description: Complete sample for using touch in Android
44
page_type: sample
55
languages:
66
- csharp
@@ -10,4 +10,4 @@ urlFragment: applicationfundamentals-touch-final
1010
---
1111
# Touch in Android (Completed Sample)
1212

13-
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)

ApplicationFundamentals/Touch_start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ urlFragment: applicationfundamentals-touch-start
1010
---
1111
# Touch in Android (Walkthrough)
1212

13-
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)

BuiltInViews/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ urlFragment: builtinviews
1111
# Built In Views
1212

1313
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.
1515

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.
1718
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).

FingerprintGuide/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
22
name: Xamarin.Android - Fingerprint Sample
3-
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)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidmarshmallow
912
urlFragment: fingerprintguide
1013
---
1114
# Fingerprint Sample
1215

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/).
1417

1518
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.

Firebase/FCMNotifications/README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ products:
88
- xamarin
99
urlFragment: firebase-fcmnotifications
1010
---
11-
# Android FCM Remote Notifications
11+
# Android FCM Remote Notifications
1212

1313
This sample app accompanies the article
14-
[Remote Notifications with Firebase Cloud Messaging](http://developer.xamarin.com/guides/android/application_fundamentals/notifications/remote-notifications-with-fcm/).
14+
[Remote Notifications with Firebase Cloud Messaging](https://docs.microsoft.com/xamarin/android/data-cloud/google-messaging/remote-notifications-with-fcm).
1515
Before you can use this sample, you must acquire the necessary
1616
credentials to use Google's servers; this process is explained in
17-
[Firebase Cloud Messaging](http://developer.xamarin.com/guides/android/application_fundamentals/notifications/firebase-cloud-messaging).
17+
[Firebase Cloud Messaging](https://docs.microsoft.com/xamarin/android/data-cloud/google-messaging/firebase-cloud-messaging).
18+
1819
In particular, you must download **google-services.json** from the
1920
[Firebase Console](https://console.firebase.google.com/) (this file
2021
contains your credentials) and add it to the app project, replacing the
@@ -24,11 +25,4 @@ Most of the action takes place "behind the scenes", and is to be
2425
observed by watching the output window while the app runs from
2526
the IDE.
2627

27-
2828
![Android FCM Remote Notifications application screenshot](Screenshots/screenshot-1.png "Android FCM Remote Notifications application screenshot")
29-
30-
## Author
31-
32-
Copyright 2016 Xamarin
33-
34-
Created by Mark Mclemore

FrameAnimation/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ urlFragment: frameanimation
1010
---
1111
# FrameAnimation
1212

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).
1614

15+
It demonstrates how to perform a simple frame animation in Android.

JavaIntegration/AarBinding/README.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,27 @@ products:
88
- xamarin
99
urlFragment: javaintegration-aarbinding
1010
---
11-
# Binding an .AAR Example
11+
# Binding an .AAR Example
1212

13-
This sample app accompanies the article,
14-
[Binding an .AAR](http://developer.xamarin.com/guides/android/advanced_topics/java_integration_overview/binding-a-java-library/binding-an-aar/).
13+
This sample app accompanies
14+
[Binding an .AAR](https://docs.microsoft.com/en-us/xamarin/android/platform/binding-java-library/binding-an-aar).
1515

16-
This sample can help you understand how a Xamarin.Android application
17-
can reuse existing Java code that is packaged in an Android .AAR. This
18-
sample also demonstrates how to access and use .AAR resources.
16+
This sample can help you understand how a Xamarin.Android application
17+
can reuse existing Java code that is packaged in an Android .AAR. This
18+
sample also demonstrates how to access and use .AAR resources.
1919

20-
The `MainActivity` of the app prompts the user for a string and uses a
21-
`TextCounter` class within the .AAR to count the number of vowels and
22-
consonants in the string. (The Android Studio project and Java source
23-
for the .AAR is included.) In addition, an image resource is retrieved
24-
from the .AAR to assist in displaying the count results.
20+
The `MainActivity` of the app prompts the user for a string and uses a
21+
`TextCounter` class within the .AAR to count the number of vowels and
22+
consonants in the string. (The Android Studio project and Java source
23+
for the .AAR is included.) In addition, an image resource is retrieved
24+
from the .AAR to assist in displaying the count results.
2525

26-
Most of the "heavy lifting" is done by the .AAR. The example app simply
27-
accepts input from the user, sends it to the .AAR for text analysis,
28-
then displays results.
29-
30-
Two projects are contained in this solution. The `AarBinding` project
31-
is the Binding Project that wraps the `textanalyzer.aar` file, and the
32-
`BindingTest` project is the test app that references `AarBinding`.
26+
Most of the "heavy lifting" is done by the .AAR. The example app simply
27+
accepts input from the user, sends it to the .AAR for text analysis,
28+
then displays results.
3329

30+
Two projects are contained in this solution. The `AarBinding` project
31+
is the Binding Project that wraps the `textanalyzer.aar` file, and the
32+
`BindingTest` project is the test app that references `AarBinding`.
3433

3534
![Binding an .AAR Example application screenshot](Screenshots/initial-screen.png "Binding an .AAR Example application screenshot")
36-
37-
## Author
38-
39-
Mark McLemore
40-
41-
42-

0 commit comments

Comments
 (0)