Skip to content

Commit 8c685ae

Browse files
committed
updating yaml for more Android5 samples
1 parent e61337e commit 8c685ae

File tree

20 files changed

+143
-84
lines changed

20 files changed

+143
-84
lines changed

ApplicationFundamentals/FingerPaint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ urlFragment: applicationfundamentals-fingerpaint
1010
---
1111
# Multi-Touch Tracking in Android
1212

13-
FingerPaint sample for [Multi-Touch Tracking](https://docs.microsoft.com/xamarin/android/app-fundamentals/touch/touch-tracking)
13+
FingerPaint sample for the [Multi-Touch Tracking](https://docs.microsoft.com/xamarin/android/app-fundamentals/touch/touch-tracking) Xamarin.Android doc.
1414

1515
![Multi-Touch Tracking screenshot](Screenshots/image01.png)

BatchStepSensor/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Xamarin.Android - BatchStepSensor
3-
description: "Demonstrates how to set up and use Android 4.4's step counting APIs with batching (letting the system collect multiple step events..."
2+
name: Xamarin.Android - Batch Step Sensor
3+
description: "How to set up and use Android 4.4's step counting APIs with batching – multiple step events... (Android KitKat)"
44
page_type: sample
55
languages:
66
- csharp
@@ -11,7 +11,7 @@ products:
1111
- androidkitkat
1212
urlFragment: batchstepsensor
1313
---
14-
# BatchStepSensor
14+
# Batch Step Sensor for Xamarin.Android
1515

1616
This sample demonstrates how to set up and use Android 4.4's step counting APIs with batching (letting the system collect multiple step events before returning them to the application.)
1717

@@ -20,3 +20,5 @@ This sample demonstrates how to set up and use Android 4.4's step counting APIs
2020
To build, install Visual Studio with Mobile Development for .NET (Xamarin) workload, open the project and build. In order to fully use this sample, you should deploy to a device that had step counting sensors.
2121

2222
This sample requires Android 4.4 (KitKat).
23+
24+
![Screenshot with sensor batching options](Screenshots/Sensor registration.png)

BluetoothChat/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- bluetooth
912
urlFragment: bluetoothchat
1013
---
1114
# Bluetooth Chat

android5.0/DirectorySelection/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - Directory Selection Sample
3-
description: This sample shows how to use the Directory Selection API to let users select an entire directory subtree, which extends the Storage Access...
3+
description: "Use the Directory Selection API to let users select an entire directory subtree, which extends the Storage Access... (Android Lollipop)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-directoryselection
1013
---
1114
# Directory Selection Sample
@@ -26,17 +29,15 @@ giving apps read/write access to all contained documents without requiring user
2629
* Observe the newly created directory being listed in addition to the already existing contents
2730

2831
## Build Requirements
32+
2933
Using this sample requires the Android SDK platform for Android 5.0 (API level 21).
3034

3135
## Screenshots
3236

33-
<img src="Screenshots/1-landing-page.png" height="400" alt="Screenshot"/> <img src="Screenshots/2-directory-selection.png" height="400" alt="Screenshot"/> <img src="Screenshots/3-open-directory.png" height="400" alt="Screenshot"/> <img src="Screenshots/4-create-directory.png" height="400" alt="Screenshot"/> <img src="Screenshots/5-created-directory.png" height="400" alt="Screenshot"/>
37+
![Android app showing file operations](Screenshots/5-created-directory.png)
3438

35-
![Directory Selection Sample application screenshot](Screenshots/1-landing-page.png "Directory Selection Sample application screenshot")
39+
## License
3640

37-
## Authors
3841
Copyright (c) 2014 The Android Open Source Project, Inc.
3942

4043
Ported from [Android DirectorySelection Sample](https://github.com/googlesamples/android-DirectorySelection)
41-
42-
Ported to Xamarin.Android by Dylan Kelly

android5.0/DocumentCentricApps/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
2-
name: Xamarin.Android - DocumentCentricApps
3-
description: This sample demonstrates the basic usage of the new Document-Centric Apps API. Instructions Run the project Tap the Create New Document button to...
2+
name: Xamarin.Android - Document Centric Apps
3+
description: "Demonstrates the basic usage of the new Document-Centric Apps API (Android Lollipop)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-documentcentricapps
1013
---
1114
# DocumentCentricApps
@@ -19,13 +22,13 @@ This sample demonstrates the basic usage of the new Document-Centric Apps API.
1922
* Enable the Task per document checkbox to make it so that each document is a new document in the task manager.
2023

2124
## Build Requirements
25+
2226
* Xamarin Studio 5.3+
2327
* Xamarin Android 4.20+
2428
* Android SDK v21
2529

2630
![DocumentCentricApps application screenshot](Screenshots/MainActivity.png "DocumentCentricApps application screenshot")
2731

28-
## Author
29-
Copyright 2014 The Android Open Source Project
32+
## License
3033

31-
Ported to Xamarin.Android by John Pilczak
34+
Copyright 2014 The Android Open Source Project

android5.0/DocumentCentricRelinquishIdentity/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - DocumentCentricRelinquishIdentity
3-
description: This sample demonstrates how to change the label of a document activity in recents using the Document-Centric API. Instructions Run the project Tap...
3+
description: "Demonstrates how to change the label of a document activity in recents using the Document-Centric API (Android Lollipop)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-documentcentricrelinquishidentity
1013
---
1114
# DocumentCentricRelinquishIdentity
@@ -19,13 +22,13 @@ This sample demonstrates how to change the label of a document activity in recen
1922
* Enable the Task per document checkbox to make it so that each document is a new document in the task manager.
2023

2124
## Build Requirements
25+
2226
* Xamarin Studio 5.3+
2327
* Xamarin Android 4.20+
2428
* Android SDK v21
2529

2630
![DocumentCentricRelinquishIdentity application screenshot](Screenshots/New Label.png "DocumentCentricRelinquishIdentity application screenshot")
2731

28-
## Author
29-
Copyright 2014 The Android Open Source Project
32+
## License
3033

31-
Ported to Xamarin.Android by John Pilczak
34+
Copyright 2014 The Android Open Source Project

android5.0/DrawableTinting/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - Drawable Tinting
3-
description: Sample that shows applying tinting and color filters to Drawables both programmatically and as Drawable resources in XML Tinting is set on a...
3+
description: "Shows applying tinting and color filters to Drawables both programmatically and as Drawable resources in XML (Android Lollipop)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-drawabletinting
1013
---
1114
# Drawable Tinting
@@ -23,13 +26,12 @@ Programmatically, tinting is applied to a Drawable through its "setColorFilter"
2326
* To see the log output, tap the Show Log button
2427

2528
## Build Requirements
29+
2630
* Xamarin Studio 5.3+
2731
* Xamarin Android 4.17+
2832
* Android SDK (L Preview)
2933

3034
![Drawable Tinting application screenshot](Screenshots/Screenshot_2014-10-07-16-08-12.png "Drawable Tinting application screenshot")
3135

32-
## Author
36+
## License
3337
Copyright 2014 The Android Open Source Project
34-
35-
Ported to Xamarin.Android by John Pilczak

android5.0/ElevationBasic/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - Elevation Basic
3-
description: This sample demonstrates two alternative ways to move a view in the z-axis. The first view has a fixed elevation using XML and the second one is...
3+
description: "Demonstrates two alternative ways to move a view in the z-axis. The first view has a fixed elevation using XML... (Android Lollipop)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-elevationbasic
1013
---
1114
# Elevation Basic
@@ -20,12 +23,12 @@ This layering is part of Android's new [Material Design](https://developer.andro
2023
* Click on the purple square to raise the view.
2124

2225
## Build Requirements
26+
2327
* Xamarin Studio 5.3+
2428
* Xamarin Android 4.17+
2529

2630
![Elevation Basic application screenshot](Screenshots/down.png "Elevation Basic application screenshot")
2731

28-
## Author
29-
Copyright (c) 2013, The Android Open Source Project
32+
## License
3033

31-
Ported to Xamarin.Android by Ben O'Halloran
34+
Copyright (c) 2013, The Android Open Source Project

android5.0/ElevationDrag/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - Elevation Drag
3-
description: This sample demonstrates a drag and drop action on different shapes. Elevation and z-translation are used to render the shadows. The views are...
3+
description: "Demonstrates a drag and drop action on different shapes. Elevation and z-translation are used to render the shadows (Android Lollipop)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-elevationdrag
1013
---
1114
# Elevation Drag
@@ -20,12 +23,12 @@ Elevation and z-translation are part of Android's new [Material Design](https://
2023
* Click on the purple square to raise the view.
2124

2225
## Build Requirements
26+
2327
* Xamarin Studio 5.3+
2428
* Xamarin Android 4.17+
2529

2630
![Elevation Drag application screenshot](Screenshots/circle.png "Elevation Drag application screenshot")
2731

28-
## Author
29-
Copyright (c) 2013, The Android Open Source Project
32+
## License
3033

31-
Ported to Xamarin.Android by Ben O'Halloran
34+
Copyright (c) 2013, The Android Open Source Project

android5.0/FloatingActionButtonBasic/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - Floating Action Button Basic
3-
description: This sample shows the two sizes of Floating Action Buttons and how to interact with them. Instructions Run the project Click on each floating...
3+
description: "Shows the two sizes of Floating Action Buttons and how to interact with them. Instructions Run the project Click on each floating..."
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidlollipop
912
urlFragment: android50-floatingactionbuttonbasic
1013
---
1114
# Floating Action Button Basic
@@ -18,13 +21,13 @@ This sample shows the two sizes of Floating Action Buttons and how to interact w
1821
* Click on each floating action button to check or uncheck the button.
1922

2023
## Build Requirements
24+
2125
* Xamarin Studio 5.3+
2226
* Xamarin Android 4.17+
2327
* Android SDK (L Preview)
2428

2529
![Floating Action Button Basic application screenshot](Screenshots/Checked.png "Floating Action Button Basic application screenshot")
2630

27-
## Author
28-
Copyright 2014 The Android Open Source Project
31+
## License
2932

30-
Ported to Xamarin.Android by John Pilczak
33+
Copyright 2014 The Android Open Source Project

0 commit comments

Comments
 (0)