Skip to content

Commit 170a435

Browse files
committed
remove hashtags, fix links
1 parent 105b2d6 commit 170a435

File tree

49 files changed

+359
-266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+359
-266
lines changed

AdvancedImmersiveMode/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - Advanced Immersive Mode
3-
description: "Android 4.4 introduces a way for you to provide a more immersive screen experience in your app: show/hide the status bar #androidkitkat"
3+
description: "Android 4.4 introduces a way for you to provide a more immersive screen experience in your app: show/hide the status bar (Android KitKat)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidkitkat
912
urlFragment: advancedimmersivemode
1013
---
1114
# Xamarin.Android Advanced Immersive Mode

AndroidBeamDemo/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
name: Xamarin.Android - Android Beam Demo
3-
description: This is a port of Android SDK samples. It demonstrates new Android Beam (new NFC feature) in Ice Cream Sandwich.
3+
description: "Demonstrates new Android Beam NFC feature (Android Ice Cream Sandwich)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidicecreamsandwich
912
urlFragment: androidbeamdemo
1013
---
11-
# Android Beam Demo
14+
# Android Beam Demo fpr Xamarin.Android
1215

1316
This is a port of Android SDK samples.
1417

AnimationDemo/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Xamarin.Android - Android Animation Demo
3-
description: This sample app accompanies the article, Graphics and Animations. ![](Screenshots/example-screens.png)
3+
description: This sample app accompanies the Graphics and Animations docs
44
page_type: sample
55
languages:
66
- csharp
@@ -10,8 +10,7 @@ urlFragment: animationdemo
1010
---
1111
# Android Animation Demo
1212

13-
This sample app accompanies the article,
14-
[Graphics and Animations](http://developer.xamarin.com/guides/android/application_fundamentals/graphics_and_animation).
13+
This sample app accompanies the
14+
[Graphics and Animations](https://docs.microsoft.com/xamarin/android/app-fundamentals/graphics-and-animation) page.
1515

16-
17-
[ ![](Screenshots/example-screens-sml.png)](Screenshots/example-screens.png)
16+
[![Android screenshot](Screenshots/example-screens-sml.png)](Screenshots/example-screens.png)

ApplicationFundamentals/RotationDemo/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ products:
88
- xamarin
99
urlFragment: applicationfundamentals-rotationdemo
1010
---
11-
# Rotation Demo
11+
# Xamarin.Android Rotation Demo
1212

13-
This sample app accompanies the article,
14-
[Handling Rotation](http://developer.xamarin.com/guides/android/application_fundamentals/handling_rotation).
13+
This sample app accompanies the article,
14+
[Handling Rotation](https://docs.microsoft.com/xamarin/android/app-fundamentals/handling-rotation).
1515

16+
![Rotated Android app screenshot](Screenshots/landscape.png)

HelloM4A/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
name: Xamarin.Android - Hello Mono for Android
3-
description: "A simple hello world application that displays a message in a TextView when a Button is pressed #getstarted"
3+
description: "A simple hello world application that displays a message in a TextView when a Button is pressed (get started)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- getstarted
912
urlFragment: hellom4a
1013
---
1114
# Hello Mono for Android
1215

13-
This is a super simple hello world application. It displays a
16+
This is a super simple hello world application for Xamarin.Android. It displays a
1417
message in a TextView when a Button is pressed.
18+
19+
![Simple Android app screenshot](Screenshots/HelloM4A1.png)

HelloMultiScreen/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
22
name: Xamarin.Android - Hello Multiscreen
3-
description: "A simple example showing how to use activities to create multi-activity applications #getstarted"
3+
description: "A simple example showing how to use activities to create multi-activity applications (get started)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- getstarted
912
urlFragment: hellomultiscreen
1013
---
11-
# Hello Multiscreen
14+
# Hello Multiscreen for Xamarin.Android
1215

1316
This is a simple example showing how to use activities to create multi-activity applications.
1417

18+
![Android app screenshot](Screenshots/Multiscreen1.png)

HelloTabsICS/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
---
22
name: Xamarin.Android - ICS Tabs Demo
3-
description: "This example shows how to use tabs from the Action Bar in Ice Cream Sandwich #getstarted #androidicecreamsandwich"
3+
description: "This example shows how to use tabs from the Action Bar in Ice Cream Sandwich (get started)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- getstarted
12+
- androidicecreamsandwich
913
urlFragment: hellotabsics
1014
---
11-
# ICS Tabs Demo
15+
# Xamarin.Android Ice Cream Sandwich Tabs Demo
1216

1317
This example shows how to use tabs from the Action Bar in Ice Cream Sandwich.
18+
19+
![Android app with tabs](Screenshots/ActionBarTabs.png)

HelloWorld/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
---
22
name: Xamarin.Android - Hello World
3-
description: "A simple hello world application that uses a TextView to display a 'hello world' message via a string resource #getstarted"
3+
description: "A simple hello world application that uses a TextView to display a 'hello world' message via a string resource (get started)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- getstarted
912
urlFragment: helloworld
1013
---
11-
# Hello World
14+
# Hello World for Xamarin.Android
1215

1316
This is a super simple hello world application. It uses a TextView to
1417
display a plain old hello world message via a string resource.
18+
19+
![Simple Android app](Screenshot/HelloWorld.png)

HelloWorldPublishing/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
---
22
name: Xamarin.Android - Hello World (Publishing)
3-
description: "A simple hello world type application to that goes along with the Xamarin topic Publishing an Application #getstarted"
3+
description: "A simple hello world type application to that goes along with the Xamarin topic Publishing an Application (get started)"
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- getstarted
912
urlFragment: helloworldpublishing
1013
---
11-
# Hello World (Publishing)
14+
# Hello World (Publishing for Xamarin.Android)
1215

13-
This is a simple hello world type application to that goes along with
14-
the Xamarin topic
15-
[Publishing an Application](http://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/publishing_an_application/).
16+
This is a simple hello world type application to that goes along with
17+
the Xamarin topic [Publishing an Application](https://docs.microsoft.com/xamarin/android/deploy-test/publishing/).
1618

17-
This project contains a sample keystore called `xample.keystore`. This
18-
keystore is only for demonstration purposes. Do not use it for anything
19-
other thank example purposes. The password is `password`, and the
20-
keystore contains one key named `publishingdoc` with the password of
21-
`password`.
19+
This project contains a sample keystore called `xample.keystore`. This
20+
keystore is only for demonstration purposes. Do not use it for anything
21+
other than example purposes. The password is `password`, and the
22+
keystore contains one key named `publishingdoc` with the password of
23+
`password`.
2224

25+
![Android app screenshot](Screenshots/screenshot.png)

KitKat/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
name: Xamarin.Android - KitKat
3-
description: 'This sample provides an overview of new features of Android 4.4 KitKat, including User Interface, Storage Access Framework... #androidkitkat'
3+
description: 'This sample provides an overview of new features of Android 4.4 KitKat, including User Interface, Storage Access Framework... (Android KitKat)'
44
page_type: sample
55
languages:
66
- csharp
77
products:
88
- xamarin
9+
extensions:
10+
tags:
11+
- androidkitkat
912
urlFragment: kitkat
1013
---
1114
# KitKat

0 commit comments

Comments
 (0)