Skip to content

Commit

Permalink
remove hashtags, fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Jul 24, 2019
1 parent 105b2d6 commit 170a435
Show file tree
Hide file tree
Showing 49 changed files with 359 additions and 266 deletions.
5 changes: 4 additions & 1 deletion AdvancedImmersiveMode/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.Android - Advanced Immersive Mode
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"
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)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- androidkitkat
urlFragment: advancedimmersivemode
---
# Xamarin.Android Advanced Immersive Mode
Expand Down
7 changes: 5 additions & 2 deletions AndroidBeamDemo/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
name: Xamarin.Android - Android Beam Demo
description: This is a port of Android SDK samples. It demonstrates new Android Beam (new NFC feature) in Ice Cream Sandwich.
description: "Demonstrates new Android Beam NFC feature (Android Ice Cream Sandwich)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- androidicecreamsandwich
urlFragment: androidbeamdemo
---
# Android Beam Demo
# Android Beam Demo fpr Xamarin.Android

This is a port of Android SDK samples.

Expand Down
9 changes: 4 additions & 5 deletions AnimationDemo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Xamarin.Android - Android Animation Demo
description: This sample app accompanies the article, Graphics and Animations. ![](Screenshots/example-screens.png)
description: This sample app accompanies the Graphics and Animations docs
page_type: sample
languages:
- csharp
Expand All @@ -10,8 +10,7 @@ urlFragment: animationdemo
---
# Android Animation Demo

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


[ ![](Screenshots/example-screens-sml.png)](Screenshots/example-screens.png)
[![Android screenshot](Screenshots/example-screens-sml.png)](Screenshots/example-screens.png)
7 changes: 4 additions & 3 deletions ApplicationFundamentals/RotationDemo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ products:
- xamarin
urlFragment: applicationfundamentals-rotationdemo
---
# Rotation Demo
# Xamarin.Android Rotation Demo

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

![Rotated Android app screenshot](Screenshots/landscape.png)
9 changes: 7 additions & 2 deletions HelloM4A/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
name: Xamarin.Android - Hello Mono for Android
description: "A simple hello world application that displays a message in a TextView when a Button is pressed #getstarted"
description: "A simple hello world application that displays a message in a TextView when a Button is pressed (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hellom4a
---
# Hello Mono for Android

This is a super simple hello world application. It displays a
This is a super simple hello world application for Xamarin.Android. It displays a
message in a TextView when a Button is pressed.

![Simple Android app screenshot](Screenshots/HelloM4A1.png)
8 changes: 6 additions & 2 deletions HelloMultiScreen/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
---
name: Xamarin.Android - Hello Multiscreen
description: "A simple example showing how to use activities to create multi-activity applications #getstarted"
description: "A simple example showing how to use activities to create multi-activity applications (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: hellomultiscreen
---
# Hello Multiscreen
# Hello Multiscreen for Xamarin.Android

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

![Android app screenshot](Screenshots/Multiscreen1.png)
10 changes: 8 additions & 2 deletions HelloTabsICS/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
---
name: Xamarin.Android - ICS Tabs Demo
description: "This example shows how to use tabs from the Action Bar in Ice Cream Sandwich #getstarted #androidicecreamsandwich"
description: "This example shows how to use tabs from the Action Bar in Ice Cream Sandwich (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
- androidicecreamsandwich
urlFragment: hellotabsics
---
# ICS Tabs Demo
# Xamarin.Android Ice Cream Sandwich Tabs Demo

This example shows how to use tabs from the Action Bar in Ice Cream Sandwich.

![Android app with tabs](Screenshots/ActionBarTabs.png)
9 changes: 7 additions & 2 deletions HelloWorld/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
name: Xamarin.Android - Hello World
description: "A simple hello world application that uses a TextView to display a 'hello world' message via a string resource #getstarted"
description: "A simple hello world application that uses a TextView to display a 'hello world' message via a string resource (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: helloworld
---
# Hello World
# Hello World for Xamarin.Android

This is a super simple hello world application. It uses a TextView to
display a plain old hello world message via a string resource.

![Simple Android app](Screenshot/HelloWorld.png)
23 changes: 13 additions & 10 deletions HelloWorldPublishing/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
---
name: Xamarin.Android - Hello World (Publishing)
description: "A simple hello world type application to that goes along with the Xamarin topic Publishing an Application #getstarted"
description: "A simple hello world type application to that goes along with the Xamarin topic Publishing an Application (get started)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- getstarted
urlFragment: helloworldpublishing
---
# Hello World (Publishing)
# Hello World (Publishing for Xamarin.Android)

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

This project contains a sample keystore called `xample.keystore`. This
keystore is only for demonstration purposes. Do not use it for anything
other thank example purposes. The password is `password`, and the
keystore contains one key named `publishingdoc` with the password of
`password`.
This project contains a sample keystore called `xample.keystore`. This
keystore is only for demonstration purposes. Do not use it for anything
other than example purposes. The password is `password`, and the
keystore contains one key named `publishingdoc` with the password of
`password`.

![Android app screenshot](Screenshots/screenshot.png)
5 changes: 4 additions & 1 deletion KitKat/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.Android - KitKat
description: 'This sample provides an overview of new features of Android 4.4 KitKat, including User Interface, Storage Access Framework... #androidkitkat'
description: 'This sample provides an overview of new features of Android 4.4 KitKat, including User Interface, Storage Access Framework... (Android KitKat)'
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- androidkitkat
urlFragment: kitkat
---
# KitKat
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Contributing
Before adding a sample to the repository, please run either install-hook.bat
or install-hook.sh depending on whether you're on Windows or a POSIX system.
This will install a Git hook that runs the Xamarin code sample validator before
a commit, to ensure that all samples are good to go.
a commit, to ensure that all samples are good to go.

Samples Submission Guidelines
=============================

Expand Down
20 changes: 8 additions & 12 deletions UpdateUsersProfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ products:
- xamarin
urlFragment: updateusersprofile
---
# Update the User's Profile
# Update the User's Profile in Xamarin.Android

This sample app accompanies the recipe,
[Update the User's Profile](http://developer.xamarin.com/recipes/android/data/contentproviders/update_the_users_profile/).
This sample app accompanies the recipe,
[Update the User's Profile](https://github.com/xamarin/docs-archive/tree/master/Recipes/android/data/contentproviders/update_the_users_profile).

This sample creates a display name for the owner of the device ("John
Doe") and adds this name to the user profile. The user profile data is
read back to confirm that the name was set, then launches the
**Contacts** app to view the user's profile. A single screen provides a
button that initiates the update and view sequence:
This sample creates a display name for the owner of the device ("John
Doe") and adds this name to the user profile. The user profile data is
read back to confirm that the name was set, then launches the
**Contacts** app to view the user's profile. A single screen provides a
button that initiates the update and view sequence:

![Update the User's Profile application screenshot](Screenshots/screenshot-1.png "Update the User's Profile application screenshot")

## Author

Mark McLemore
48 changes: 22 additions & 26 deletions WeatherREST/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,29 @@ urlFragment: weatherrest
---
# WeatherREST

This sample app accompanies the article,
[Call a REST Web Service](http://developer.xamarin.com/recipes/android/web_services/consuming_services/call_a_rest_web_service/).
You can use this sample to learn how to call a RESTful service via
HTTP and handle/parse the JSON results asynchronously.

This example app sends latitude and longitude information in an HTTP
request (to *Geonames.org*) and gets back weather information for that
longitude and latitude. The user keys in the global latitude and
longitude parameters and then presses **Get Weather**. When the HTTP
response is received, the app parses the results and displays a subset
of the weather information in textbox fields in the lower half of the
display:

This example uses `System.Json` to parse the results of the HTTP
request. The HTTP request, response, parsing, and display are handled
asynchronously via `async`/`await`.

Note that this sample uses a geonames.org demo account, which supports
a limited number of accesses. If the display is not reporting weather
information, check your IDE output window to view the HTTP response and
see if it contains a "daily limit has been exceeded" message.

You will need an Android device or emulator with a large screen (such as
a Nexus 5 or an AVD with the WXGA720 skin) to view the results.
This sample app accompanies
[Call a REST Web Service](https://github.com/xamarin/docs-archive/tree/master/Recipes/android/web_services/consuming_services/call_a_rest_web_service).
You can use this sample to learn how to call a RESTful service via
HTTP and handle/parse the JSON results asynchronously.

This example app sends latitude and longitude information in an HTTP
request (to *Geonames.org*) and gets back weather information for that
longitude and latitude. The user keys in the global latitude and
longitude parameters and then presses **Get Weather**. When the HTTP
response is received, the app parses the results and displays a subset
of the weather information in textbox fields in the lower half of the
display:

![WeatherREST application screenshot](Screenshots/before.png "WeatherREST application screenshot")

## Author
This example uses `System.Json` to parse the results of the HTTP
request. The HTTP request, response, parsing, and display are handled
asynchronously via `async`/`await`.

Note that this sample uses a geonames.org demo account, which supports
a limited number of accesses. If the display is not reporting weather
information, check your IDE output window to view the HTTP response and
see if it contains a "daily limit has been exceeded" message.

Mark McLemore
You will need an Android device or emulator with a large screen (such as
a Nexus 5 or an AVD with the WXGA720 skin) to view the results.
10 changes: 6 additions & 4 deletions android-m/AutoBackup/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
---
name: Xamarin.Android - AutoBackup Sample
description: "Demonstrates how to selectively disable Automatic Backups in #androidmarshmallow"
description: "Demonstrates how to selectively disable Automatic Backups in (Android Marshmallow)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- androidmarshmallow
urlFragment: android-m-autobackup
---
# AutoBackup Sample
Expand All @@ -14,16 +17,15 @@ This sample demonstrates how to selectively disable Automatic Backups in Android

## Instructions

* Tap the Add File button to create a file with selected specifications.
- Tap the Add File button to create a file with selected specifications.

## Build Requirements

Using this sample requires the Android M Developer Preview and the Xamarin.Android M Web Preview

![AutoBackup Sample application screenshot](Screenshots/add-file.png "AutoBackup Sample application screenshot")

## Author
## License

Copyright (c) 2014 The Android Open Source Project, Inc.
Ported from [Android Automatic Backup Sample](https://github.com/googlesamples/android-AutoBackupForApps)
Ported to Xamarin.Android by Peter Collins
16 changes: 10 additions & 6 deletions android-m/ConfirmCredential/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
---
name: Xamarin.Android - Confirm Credential Sample
description: "Demonstrates how to use device credentials (PIN, Pattern, Password) in your app #androidmarshmallow"
description: "Demonstrates how to use device credentials (PIN, Pattern, Password) in your app (Android Marshmallow)"
page_type: sample
languages:
- csharp
products:
- xamarin
extensions:
tags:
- androidmarshmallow
urlFragment: android-m-confirmcredential
---
# Confirm Credential Sample

This sample demonstrates how to use device credentials (PIN, Pattern, Password) in your app.

![Confirm Credential Sample application screenshot](Screenshots/confirm-pattern.png "Confirm Credential Sample application screenshot")

## Instructions

* Set up a secure lock screen in Settings -> Security -> Screenlock.
* Tap the Purchase button and confirm the secure lock screen credentials.
- Set up a secure lock screen in **Settings > Security > Screenlock**.
- Tap the Purchase button and confirm the secure lock screen credentials.

## Build Requirements

Using this sample requires the Android M Developer Preview and the Xamarin.Android M Web Preview

![Confirm Credential Sample application screenshot](Screenshots/confirm-pattern.png "Confirm Credential Sample application screenshot")
## License

## Authors
Copyright (c) 2014 The Android Open Source Project, Inc.
Ported from [Android Confirm Credential Sample](https://github.com/googlesamples/android-ConfirmCredential)
Ported to Xamarin.Android by Peter Collins
Loading

0 comments on commit 170a435

Please sign in to comment.