Skip to content

Commit 2346524

Browse files
committed
header yaml updates
1 parent 0d67d7b commit 2346524

File tree

10 files changed

+47
-54
lines changed

10 files changed

+47
-54
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Text to Speech
3-
description: Sample for Android Speech ![](Screenshots/TextToSpeech.png)
3+
description: 'Sample for Android Speech doc'
44
page_type: sample
55
languages:
66
- csharp
@@ -10,6 +10,6 @@ urlFragment: platformfeatures-texttospeech
1010
---
1111
# Text to Speech
1212

13-
Sample for [Android Speech](http://developer.xamarin.com/guides/android/platform_features/speech/)
13+
Sample for [Android Speech](https://docs.microsoft.com/xamarin/android/platform/speech)
1414

15-
![](Screenshots/TextToSpeech.png)
15+
![Text to speech Android app screenshot](Screenshots/TextToSpeech.png)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
name: Xamarin.Android - Tabbed Layouts ActionBar Sample
3-
description: This sample app accompanies the article, Tabbed Layouts with the ActionBar.
2+
name: Xamarin.Android - Tabbed Layouts ActionBar
3+
description: 'This sample app accompanies the Tabbed Layouts with the ActionBar doc'
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: userinterface-actionbartabs
1010
---
11-
# Tabbed Layouts ActionBar Sample
12-
13-
This sample app accompanies the article,
14-
[Tabbed Layouts with the ActionBar](https://developer.xamarin.com/guides/android/user_interface/tab_layout/actionbar/).
11+
# Tabbed Layouts ActionBar Sample
1512

13+
This sample app accompanies the article,
14+
[Tabbed Layouts with the ActionBar](https://docs.microsoft.com/xamarin/android/user-interface/layouts/tab-layout/with-action-bar).
1615

16+
![Android emulator with action bar tabs](Screenshots/screenshot.png)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: Xamarin.Android - Edit Text Sample
3-
description: This sample app accompanies the user interface article, Edit Text.
3+
description: 'This sample app accompanies the user interface article, Edit Text'
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: userinterface-edittextsample
1010
---
11-
# Edit Text Sample
11+
# Edit Text Sample
1212

13-
This sample app accompanies the user interface article,
13+
This sample app accompanies the user interface article,
1414
[Edit Text](https://docs.microsoft.com/xamarin/android/user-interface/controls/edit-text).
1515

16-
16+
![Screenshot of edit text in an app](Screenshots/01-edit-text-entry.png)
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Xamarin.Android - FlashCardPager
3-
description: FlashCardPager is a sample app that accompanies the article, ViewPager. This sample demonstrates how to use ViewPager and PagerTabStrip together to...
3+
description: 'FlashCardPager is a sample app that accompanies the ViewPager doc'
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: userinterface-flashcardpager
1010
---
11-
# FlashCardPager
11+
# FlashCardPager
1212

1313
**FlashCardPager** is a sample app that accompanies the article,
14-
[ViewPager](http://developer.xamarin.com/guides/android/user_interface/viewpager/).
14+
[ViewPager](https://docs.microsoft.com/xamarin/android/user-interface/controls/view-pager/).
1515

1616
This sample demonstrates how to use `ViewPager` and `PagerTabStrip`
1717
together to implement an app that presents a series of math problems on
@@ -24,14 +24,10 @@ app takes place in **FlashCardDeckAdapter.cs**, which adapts a flash
2424
card deck (implemented in **FlashCardDeck.cs**) to a `ViewPager` that
2525
is located and initialized in **MainActivity.cs**. The `ViewPager`
2626
layout includes a `PagerTabStrip` in **Main.axml**. Note that this app
27-
depends on
28-
[Android Support Library v4](https://components.xamarin.com/gettingstarted/xamandroidsupportv4-18).
29-
27+
depends on Android Support Library v4.
3028

3129
![FlashCardPager application screenshot](Screenshots/screen-1.png "FlashCardPager application screenshot")
3230

33-
## Author
31+
## License
3432

3533
Copyright 2016 Xamarin
36-
37-
Created by Mark Mclemore

UserInterface/TabHostWalkthrough/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ products:
88
- xamarin
99
urlFragment: userinterface-tabhostwalkthrough
1010
---
11-
# TabHost Walkthrough Start
12-
13-
This sample app provides the starting point for the article,
14-
[Walkthrough - Creating a tabbed UI with TabHost](https://developer.xamarin.com/guides/android/user_interface/tab_layout/Walkthrough_Creating_a_tabbed_ui/).
15-
11+
# TabHost Walkthrough Start
1612

13+
This sample app provides the starting point for the article,
14+
[Walkthrough - Creating a tabbed UI with TabHost](https://docs.microsoft.com/xamarin/android/user-interface/layouts/tab-layout/with-action-bar).
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Xamarin.Android - TimePickerDemo
3-
description: TimePickerDemo is a sample app that accompanies the article, Time Picker. This sample demonstrates how to use the TimePickerDialog, wrapped in a...
3+
description: 'TimePickerDemo is a sample app that accompanies the article, Time Picker. This sample demonstrates how to use the TimePickerDialog'
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: userinterface-timepickerdemo
1010
---
11-
# TimePickerDemo
11+
# TimePickerDemo
1212

1313
**TimePickerDemo** is a sample app that accompanies the article,
14-
[Time Picker](https://developer.xamarin.com/guides/android/user_interface/controls/pickers/time-picker/).
14+
[Time Picker](https://docs.microsoft.com/xamarin/android/user-interface/controls/pickers/time-picker).
1515

1616
This sample demonstrates how to use the `TimePickerDialog`, wrapped in
1717
a `DialogFragment`. This application displays the `TimePickerDialog` as
@@ -21,8 +21,6 @@ time is set by the user, the dialog exits and a handler updates a
2121

2222
![TimePickerDemo application screenshot](Screenshots/01-initial-screen.png "TimePickerDemo application screenshot")
2323

24-
## Author
24+
## License
2525

2626
Copyright 2017 Xamarin
27-
28-
Created by Mark Mclemore

UserInterface/TreePager/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Xamarin.Android - TreePager
3-
description: TreePager is a sample app that accompanies the article, ViewPager. This sample demonstrates how to use ViewPager and PagerTabStrip together to...
3+
description: TreePager is a sample app that accompanies the article, ViewPager. This sample demonstrates how to use ViewPager and PagerTabStrip together
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
99
urlFragment: userinterface-treepager
1010
---
11-
# TreePager
11+
# TreePager
1212

13-
**TreePager** is a sample app that accompanies the article,
14-
[ViewPager](http://developer.xamarin.com/guides/android/user_interface/viewpager/).
13+
**TreePager** is a sample app that accompanies the article,
14+
[ViewPager](https://docs.microsoft.com/xamarin/android/user-interface/controls/view-pager/).
1515

1616
This sample demonstrates how to use `ViewPager` and `PagerTabStrip`
1717
together to implement a simple image gallery of deciduous and evergreen
@@ -25,14 +25,10 @@ The heavy lifting of this app takes place in **TreePagerAdapter.cs**,
2525
which adapts a tree catalog (implemented in **TreeCatalog.cs**) to a
2626
`ViewPager` that is located and initialized in **MainActivity.cs**. The
2727
`ViewPager` layout includes a `PagerTabStrip` in **Main.axml**. Note
28-
that this app depends on
29-
[Android Support Library v4](https://components.xamarin.com/gettingstarted/xamandroidsupportv4-18).
30-
28+
that this app depends on Android Support Library v4.
3129

3230
![TreePager application screenshot](Screenshots/1-larch.png "TreePager application screenshot")
3331

34-
## Author
32+
## License
3533

3634
Copyright 2016 Xamarin
37-
38-
Created by Mark Mclemore

ViewPagerIndicator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - ViewPagerIndicator
3-
description: This is a port of the wonderful [ViewPagerIndicator library by JakeWharton][1] License Copyright 2011 Patrik Åkerfeldt Copyright 2011 Francisco...
3+
description: This is a port of the wonderful ViewPagerIndicator library by JakeWharton
44
page_type: sample
55
languages:
66
- csharp
@@ -12,7 +12,7 @@ urlFragment: viewpagerindicator
1212

1313
This is a port of the wonderful [ViewPagerIndicator library by JakeWharton][1]
1414

15-
# License
15+
## License
1616

1717
Copyright 2011 Patrik Åkerfeldt
1818
Copyright 2011 Francisco Figueiredo Jr.

tv/TvLeanback/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - TvLeanback
3-
description: 'This sample shows a basic Android-TV application by showcasing various video provided by Google. Note: This sample may crash due to a bug in the...'
3+
description: 'This sample shows a basic Android-TV application by showcasing various video provided by Google'
44
page_type: sample
55
languages:
66
- csharp
@@ -9,21 +9,23 @@ products:
99
urlFragment: tv-tvleanback
1010
---
1111
# TvLeanback
12+
1213
This sample shows a basic Android-TV application by showcasing various video provided by Google.
1314

15+
## Note
16+
17+
This sample may crash due to a [bug](https://code.google.com/p/android/issues/detail?id=73920) in the native Android System.
1418

15-
## Note:
16-
This sample may crash due to a [bug](https://code.google.com/p/android/issues/detail?id=73920) in the native Android System.
19+
## Build Requirements
1720

18-
## Build Requirements:
1921
This sample is designed for Android-TV but can run on the Android L developer preview. It also requires Xamarin.Android 4.17+.
2022

2123
![TvLeanback application screenshot](Screenshots/home.png "TvLeanback application screenshot")
2224

23-
## Author:
25+
## License
26+
2427
This project relies on the Picasso Project by Jake Warton and is used under the Apache License Version 2. The C# bindings used by this app were created by Jack Sierkstra.
2528
The original project by Jake Warton is available from: https://github.com/square/picasso
2629
The bindings are available from: https://github.com/jacksierkstra/Picasso
2730

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

tv/VisualGameController/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Visual Game Controller
3-
description: This AndroidTV sample demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller as they...
3+
description: AndroidTV sample that demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller
44
page_type: sample
55
languages:
66
- csharp
@@ -9,17 +9,20 @@ products:
99
urlFragment: tv-visualgamecontroller
1010
---
1111
# Visual Game Controller
12+
1213
This AndroidTV sample demonstrates the use of input from a game controller by displaying input events on the screen on a virtual controller as they happen.
1314

1415
## Instructions
16+
1517
* Press buttons and move axes on an attached game controller and the input that you give will be recreated on-screen.
1618
* Keep in mind that the button mapping is different for different types of game controllers. The sample has the differences between Xbox game controllers and Android game controllers in the comments as the item in question is drawn.
1719

1820
## Build Requirements
21+
1922
Using this sample requires an android tv or android l device and Xamarin.Android version 4.17 or later.
2023

2124
![Visual Game Controller application screenshot](Screenshots/Screenshot1.png "Visual Game Controller application screenshot")
2225

23-
## Author
26+
## License
27+
2428
Copyright (c) 2005-2008, The Android Open Source Project
25-
Ported to Xamarin.Android by John Pilczak

0 commit comments

Comments
 (0)