diff --git a/BoxView/DotMatrixClock/README.md b/BoxView/DotMatrixClock/README.md index fbaf7c779..3bb01285f 100644 --- a/BoxView/DotMatrixClock/README.md +++ b/BoxView/DotMatrixClock/README.md @@ -15,8 +15,3 @@ The `BoxView` element is ideal for creating a simulation of a dot-matrix digital This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/). ![Dot-Matrix Clock application screenshot](Screenshots/01Triple.png "Dot-Matrix Clock application screenshot") - -## Author - -Charles Petzold - diff --git a/BoxView/GameOfLife/README.md b/BoxView/GameOfLife/README.md index fe0b71799..9fe5a4073 100644 --- a/BoxView/GameOfLife/README.md +++ b/BoxView/GameOfLife/README.md @@ -10,10 +10,10 @@ urlFragment: boxview-gameoflife --- # Game of Life -This is an implementation of the Game of Life for Xamarin.Forms. +This is an implementation of the Game of Life for Xamarin.Forms. Life is a cellular automaton invented by mathematician John Conway in 1970 and popularized in *Scientfic American*. -Tap cells to make them "alive" A clustered population of live cells works the best. +Tap cells to make them "alive" A clustered population of live cells works the best. Then press the **Run!** button. Rules are applied to the live cells to generate successive populations. A population might grow, or shrink, or stagnate, or disappear. @@ -22,8 +22,3 @@ For more information about the Game of Life, see the Wikipedia article [Conway's This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/). ![Game of Life application screenshot](Screenshots/01Triple.png "Game of Life application screenshot") - -## Author - -Charles Petzold - diff --git a/BoxView/ListViewColors/README.md b/BoxView/ListViewColors/README.md index b00a2d4a5..e8baba1bc 100644 --- a/BoxView/ListViewColors/README.md +++ b/BoxView/ListViewColors/README.md @@ -15,8 +15,3 @@ A `ListView` displaying the system colors, each of which is illustrated with a ` This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/). ![ListView Colors application screenshot](Screenshots/01Triple.png "ListView Colors application screenshot") - -## Author - -Charles Petzold - diff --git a/BoxView/TextDecoration/README.md b/BoxView/TextDecoration/README.md index 65b1fbc23..44e3acbc5 100644 --- a/BoxView/TextDecoration/README.md +++ b/BoxView/TextDecoration/README.md @@ -15,8 +15,3 @@ One simple application of the `BoxView` element is for adorning text with horizo This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/). ![Text Decoration application screenshot](Screenshots/01Triple.png "Text Decoration application screenshot") - -## Author - -Charles Petzold - diff --git a/BugSweeper/README.md b/BugSweeper/README.md index 953994261..20001a51c 100644 --- a/BugSweeper/README.md +++ b/BugSweeper/README.md @@ -14,12 +14,8 @@ This is a familiar game with a new twist. Ten bugs are hidden in a 9-by-9 grid o To win, you must find and flag all ten bugs. Begin playing by double tapping any tile. That first double tap is always safe. -Thereafter, numbers indicate the number of surrounding tiles with bugs. +Thereafter, numbers indicate the number of surrounding tiles with bugs. If you know that a tile has a bug, flag it (or unflag it) with a single tap. Avoid double-tapping a tile with a bug! ![BugSweeper application screenshot](Screenshots/01Android.png "BugSweeper application screenshot") - -## Author - -Charles Petzold diff --git a/CatClock/README.md b/CatClock/README.md index e3701941d..2f521316e 100644 --- a/CatClock/README.md +++ b/CatClock/README.md @@ -15,7 +15,3 @@ Cat Clock is a Xamarin.Forms application that demonstrates various features of S This program was the focus of a webinar. To see the program built from the ground up, watch the video [SkiaSharp Graphics for Xamarin Forms](https://www.youtube.com/watch?v=fF0tzA6wUhA). ![Cat Clock application screenshot](Screenshots/01CatClock.png "Cat Clock application screenshot") - -## Author - -Charles Petzold diff --git a/ClassHierarchy/README.md b/ClassHierarchy/README.md index 5066a76df..267c4fde7 100644 --- a/ClassHierarchy/README.md +++ b/ClassHierarchy/README.md @@ -16,7 +16,3 @@ Non-instantiable classes are displayed in the system accent color. ClassHierarchy is a handy reference for Xamarin.Forms developers, as well as demonstrating using the StackLayout and ScrollView from code. ![ClassHierarchy application screenshot](Screenshots/01.png "ClassHierarchy application screenshot") - -## Author - -Charles Petzold diff --git a/CocosSharpForms/README.md b/CocosSharpForms/README.md index f64d1e365..0b006f539 100755 --- a/CocosSharpForms/README.md +++ b/CocosSharpForms/README.md @@ -5,6 +5,3 @@ This solution contains an iOS and Android project which combines CocosSharp with This demo is built against CocosSharp 1.7.1 ![CocosSharp and Xamarin Forms application screenshot](Screenshots/01WinPhone.png "CocosSharp and Xamarin Forms application screenshot") - -## Authors -Victor Chelaru diff --git a/CustomRenderers/ContentPage/README.md b/CustomRenderers/ContentPage/README.md index 29e949e5b..538e53200 100755 --- a/CustomRenderers/ContentPage/README.md +++ b/CustomRenderers/ContentPage/README.md @@ -15,7 +15,3 @@ This sample demonstrates a custom renderer for a `ContentPage`, enabling develop For more information about this sample see [Customizing a ContentPage](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/contentpage/). ![ContentPage Custom Renderer application screenshot](Screenshots/01All.png "ContentPage Custom Renderer application screenshot") - -## Author - -David Britch diff --git a/CustomRenderers/Entry/README.md b/CustomRenderers/Entry/README.md index 243397fba..b3363e61a 100755 --- a/CustomRenderers/Entry/README.md +++ b/CustomRenderers/Entry/README.md @@ -15,7 +15,3 @@ This sample demonstrates a custom renderer for the `Entry` control, enabling dev For more information about this sample see [Customizing an Entry](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/entry/). ![Entry Custom Renderer application screenshot](Screenshots/01Android.png "Entry Custom Renderer application screenshot") - -## Authors - -Craig Dunn / David Britch diff --git a/CustomRenderers/HybridWebView/README.md b/CustomRenderers/HybridWebView/README.md index c04ba5a70..035756176 100755 --- a/CustomRenderers/HybridWebView/README.md +++ b/CustomRenderers/HybridWebView/README.md @@ -15,7 +15,3 @@ This sample demonstrates a custom renderer for a `HybridWebView` custom control, For more information about this sample see [Implementing a HybridWebView](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/hybridwebview/). ![HybridWebView Custom Renderer application screenshot](Screenshots/01All.png "HybridWebView Custom Renderer application screenshot") - -## Author - -David Britch diff --git a/CustomRenderers/ListView/README.md b/CustomRenderers/ListView/README.md index 9880069a5..39d7b2412 100755 --- a/CustomRenderers/ListView/README.md +++ b/CustomRenderers/ListView/README.md @@ -10,12 +10,8 @@ urlFragment: customrenderers-listview --- # ListView Custom Renderer -This sample demonstrates a custom renderer that encapsulates platform-specific list controls and native cell layouts. +This sample demonstrates a custom renderer that encapsulates platform-specific list controls and native cell layouts. For more information about this sample see [Customizing a ListView](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/listview/). ![ListView Custom Renderer application screenshot](Screenshots/01Android.png "ListView Custom Renderer application screenshot") - -## Authors - -Craig Dunn / David Britch diff --git a/CustomRenderers/VideoPlayerDemos/README.md b/CustomRenderers/VideoPlayerDemos/README.md index ab82e9c24..a24257564 100644 --- a/CustomRenderers/VideoPlayerDemos/README.md +++ b/CustomRenderers/VideoPlayerDemos/README.md @@ -15,7 +15,3 @@ This sample demonstrates renderers for a `VideoPlayer` custom control. For more information about this sample see [Implementing a Video Player](https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/custom-renderer/video-player/). ![Video Player Demos application screenshot](Screenshots/01PlayWebVideo-Large.png "Video Player Demos application screenshot") - -## Author - -Charles Petzold diff --git a/CustomRenderers/View/README.md b/CustomRenderers/View/README.md index 0cbae51fd..4f7207f16 100755 --- a/CustomRenderers/View/README.md +++ b/CustomRenderers/View/README.md @@ -15,7 +15,3 @@ This sample demonstrates a custom renderer for a Xamarin.Forms custom control th For more information about this sample see [Implementing a View](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/view/). ![View Custom Renderer application screenshot](Screenshots/01All.png "View Custom Renderer application screenshot") - -## Author - -David Britch diff --git a/CustomRenderers/ViewCell/README.md b/CustomRenderers/ViewCell/README.md index 889330614..00018793b 100755 --- a/CustomRenderers/ViewCell/README.md +++ b/CustomRenderers/ViewCell/README.md @@ -15,7 +15,3 @@ This sample demonstrates a custom renderer for a `ViewCell` that's hosted inside For more information about this sample see [Customizing a ViewCell](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/viewcell/). ![ViewCell Custom Renderer application screenshot](Screenshots/01Android.png "ViewCell Custom Renderer application screenshot") - -## Authors - -Craig Dunn / David Britch diff --git a/DataBindingDemos/README.md b/DataBindingDemos/README.md index e0dc19093..c0ac12922 100755 --- a/DataBindingDemos/README.md +++ b/DataBindingDemos/README.md @@ -15,7 +15,3 @@ This sample demonstrates data binding in both code and XAML. For more information about this code, see the article [Data Binding](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/data-binding/). ![Data Binding Demos application screenshot](Screenshots/01BasicCodeBinding-Large.png "Data Binding Demos application screenshot") - -## Author - -Charles Petzold diff --git a/DeepLinking/README.md b/DeepLinking/README.md index c034d724d..37a967433 100755 --- a/DeepLinking/README.md +++ b/DeepLinking/README.md @@ -17,7 +17,3 @@ Note: to use this sample on Android, you must add your **google-services.json** For more information about this sample, see [Application Indexing and Deep Linking](https://developer.xamarin.com/guides/xamarin-forms/working-with/deep-linking/). ![Deep Linking application screenshot](Screenshots/01All.png "Deep Linking application screenshot") - -## Author - -David Britch diff --git a/DependencyService/README.md b/DependencyService/README.md index 0a58426f4..bd3d10510 100755 --- a/DependencyService/README.md +++ b/DependencyService/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to use the `DependencyService` class, which is a se For more information about this sample see [Xamarin.Forms DependencyService](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/dependency-service/). ![Dependency Service application screenshot](Screenshots/01Android.png "Dependency Service application screenshot") - -## Author - -David Britch diff --git a/Effects/BackgroundColorEffect/README.md b/Effects/BackgroundColorEffect/README.md index b18b767f7..40b49fdef 100755 --- a/Effects/BackgroundColorEffect/README.md +++ b/Effects/BackgroundColorEffect/README.md @@ -15,7 +15,3 @@ This sample demonstrates creating an effect for the `Entry` control, that change For more information about the sample see [Creating an Effect](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/creating). ![BackgroundColor Effect application screenshot](Screenshots/01All.png "BackgroundColor Effect application screenshot") - -## Author - -David Britch diff --git a/Effects/FocusEffect/README.md b/Effects/FocusEffect/README.md index 489ea8fbc..f280f8856 100755 --- a/Effects/FocusEffect/README.md +++ b/Effects/FocusEffect/README.md @@ -15,7 +15,3 @@ This sample demonstrates creating an effect for the `Entry` control, that change For more information about the sample see [Creating an Effect](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/creating). ![Focus Effect application screenshot](Screenshots/01All.png "Focus Effect application screenshot") - -## Author - -David Britch diff --git a/Effects/ShadowEffect/README.md b/Effects/ShadowEffect/README.md index ae0003b50..f551fd2f8 100755 --- a/Effects/ShadowEffect/README.md +++ b/Effects/ShadowEffect/README.md @@ -15,7 +15,3 @@ This sample demonstrates using CLR properties to pass parameters to an effect. For more information about the sample see [Creating an Effect](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/creating), and [Passing Parameters to an Effect](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/passing-parameters/). ![Shadow Effect application screenshot](Screenshots/01All.png "Shadow Effect application screenshot") - -## Author - -David Britch diff --git a/Effects/ShadowEffectRuntimeChange/README.md b/Effects/ShadowEffectRuntimeChange/README.md index 92e344fe0..e534aa662 100755 --- a/Effects/ShadowEffectRuntimeChange/README.md +++ b/Effects/ShadowEffectRuntimeChange/README.md @@ -15,7 +15,3 @@ This sample demonstrates using attached properties to pass parameters to an effe For more information about the sample see [Creating an Effect](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/creating), and [Passing Parameters to an Effect](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/effects/passing-parameters/). ![Shadow Effect with Runtime Parameter Change application screenshot](Screenshots/01All.png "Shadow Effect with Runtime Parameter Change application screenshot") - -## Author - -David Britch diff --git a/Effects/TouchTrackingEffect/README.md b/Effects/TouchTrackingEffect/README.md index 93c35239e..f70a568b8 100644 --- a/Effects/TouchTrackingEffect/README.md +++ b/Effects/TouchTrackingEffect/README.md @@ -15,7 +15,3 @@ This sample demonstrates an effect that implements multi-touch finger tracking, For more information about the sample see [Invoking Events from Effects](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/touch-tracking). ![Touch-Tracking Effect Demos application screenshot](Screenshots/EllipseDrawing-Small.png "Touch-Tracking Effect Demos application screenshot") - -## Author - -Charles Petzold diff --git a/EmployeeDirectory/README.md b/EmployeeDirectory/README.md index fcf6e3ef5..eb8623c64 100755 --- a/EmployeeDirectory/README.md +++ b/EmployeeDirectory/README.md @@ -36,22 +36,16 @@ public static class App Nugets used in this solution: [PCLStorage][pclHref], [Xamarin.Forms][xFormsHref], -[Microsoft.Bcl][mBclHref], -[Microsoft.Bcl.Build][mBclBuildHref], +[Microsoft.Bcl][mBclHref], +[Microsoft.Bcl.Build][mBclBuildHref], [Microsoft.Net.Http][mNetHttpHref] -Components used in this solution: [Xamarin.Social][xSocialHref] - -## Authors - -Original: Jonathan Peppers, Bryan Phillips, Frank Krueger, James Clancey, Zack Gramana - -Xamarin.Forms: Oleg Demchenko, Craig Dunn - +Components used in this solution: +[Xamarin.Social][xSocialHref] [pclHref]: http://www.nuget.org/packages/PCLStorage/0.9.3 [xFormsHref]: http://xamarin.com/forms [mBclHref]: https://www.nuget.org/packages/Microsoft.Bcl/1.1.8 [mBclBuildHref]: http://www.nuget.org/packages/Microsoft.Bcl.Build/1.0.14 [mNetHttpHref]: https://www.nuget.org/packages/Microsoft.Net.Http/2.2.22 -[xSocialHref]: http://components.xamarin.com/view/xamarin.social \ No newline at end of file +[xSocialHref]: http://components.xamarin.com/view/xamarin.social diff --git a/Forms2Native/README.md b/Forms2Native/README.md index f6927cc39..a25cb6f33 100755 --- a/Forms2Native/README.md +++ b/Forms2Native/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to add native views to a Xamarin.Forms page, and ho For more samples, and more information about this sample see [Native Views](https://docs.microsoft.com/xamarin/xamarin-forms/platform/native-views/). ![Forms2Native application screenshot](Screenshots/01All.png "Forms2Native application screenshot") - -## Author - -Charles Petzold / David Britch diff --git a/FormsGallery/README.md b/FormsGallery/README.md index 653f82c70..4eb10001d 100755 --- a/FormsGallery/README.md +++ b/FormsGallery/README.md @@ -13,7 +13,3 @@ urlFragment: formsgallery This program displays all the views, cells, layouts, and pages available in Xamarin.Forms, one per page. ![FormsGallery application screenshot](Screenshots/Button.png "FormsGallery application screenshot") - -## Author - -Charles Petzold diff --git a/FormsGridLayout/README.md b/FormsGridLayout/README.md index 20f81fb22..487332986 100644 --- a/FormsGridLayout/README.md +++ b/FormsGridLayout/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to display various ui elements in a grid. GridLayoutDemo is based off of https://github.com/xamarin/monodroid-samples/tree/master/GridLayoutDemo ![GridLayoutDemo application screenshot](Screenshots/GridLayoutAndroid.png "GridLayoutDemo application screenshot") - -## Author - -Peter Collins diff --git a/LabelledSectionsList/README.md b/LabelledSectionsList/README.md index f7041b962..fc275feac 100755 --- a/LabelledSectionsList/README.md +++ b/LabelledSectionsList/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to create an alphabetically ordered list with label LabelledSections is based off of https://github.com/xamarin/monodroid-samples/tree/master/LabelledSections ![LabelledSections application screenshot](Screenshots/LabelledSections_Android.png "LabelledSections application screenshot") - -## Author - -Peter Collins \ No newline at end of file diff --git a/Native2Forms/README.md b/Native2Forms/README.md index a3bac0e7b..5869559bd 100755 --- a/Native2Forms/README.md +++ b/Native2Forms/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to consume Xamarin.Forms `ContentPage`s in native X For more information about this sample see [Native Forms](https://docs.microsoft.com/xamarin/xamarin-forms/platform/native-forms). ![Native Forms application screenshot](Screenshots/01Android.png "Native Forms application screenshot") - -## Author - -David Britch diff --git a/RpnCalculator/README.md b/RpnCalculator/README.md index a3b81f0c0..db5628ca6 100644 --- a/RpnCalculator/README.md +++ b/RpnCalculator/README.md @@ -29,7 +29,3 @@ The layout of the keys appears twice in the **MainPage.xaml** file, separately f The calculator logic is encapsulated in the **RpnCalculatorViewModel.cs** file. The XAML file and the ViewModel are linked through XAML-based data bindings, which are described in detail in the series of series of articles on [**Data Binding**](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/data-binding/), and particularly the [**The Command Interface**](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/data-binding/commanding) article. ![RPN Calculator application screenshot](Screenshots/01Portrait.a.png "RPN Calculator application screenshot") - -## Author - -Charles Petzold diff --git a/ScaleAndRotate/README.md b/ScaleAndRotate/README.md index 62d9bcc61..03940eb4d 100755 --- a/ScaleAndRotate/README.md +++ b/ScaleAndRotate/README.md @@ -16,7 +16,3 @@ ScaleAndRotate lets you interactively experiment with these properties using a * *Stepper* views let you set the *AnchorX* and *AnchorY* properties to values ranging from -1 to 2, in increments of 0.5. ![ScaleAndRotate application screenshot](Screenshots/01Android.png "ScaleAndRotate application screenshot") - -## Author - -Charles Petzold diff --git a/Sensors/MonkeySee/README.md b/Sensors/MonkeySee/README.md index 22a069116..f2f0b4e65 100644 --- a/Sensors/MonkeySee/README.md +++ b/Sensors/MonkeySee/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.Forms - Monkey See -description: Monkey See is a program for Xamarin.Forms that uses the cross-platform OrientationSensor included in Xamarin.Essentials. +description: Monkey See is a program for Xamarin.Forms that uses the cross-platform OrientationSensor included in Xamarin.Essentials. page_type: sample languages: - csharp @@ -19,7 +19,3 @@ The 3D monkey was created by Vic Wang at [http://vidavic.weebly.com](http://vida Xamarin.Forms no longer runs on Windows Phone or Windows 10 Mobile devices, but **Monkey See** _will_ run on a Windows 10 tablet, such as a Surface Pro, and runs best in Tablet Mode. To run in Tablet Mode, all external monitors must be disconnected from the device. Sweep your finger along the right edge of the screen (or press the Notifications icon to the right of the date and time) to display the **Action Center**. Select **Tablet Mode**. Then run the program. ![Monkey See application screenshot](Screenshots/MonkeySee.png "Monkey See application screenshot") - -## Author - -Charles Petzold diff --git a/Sensors/TiltMaze/README.md b/Sensors/TiltMaze/README.md index 838e2657c..9c1a1f779 100644 --- a/Sensors/TiltMaze/README.md +++ b/Sensors/TiltMaze/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.Forms - Tilt Maze -description: Tilt Maze is a game for Xamarin.Forms that uses the cross-platform Accelerometer included in Xamarin.Essentials. +description: Tilt Maze is a game for Xamarin.Forms that uses the cross-platform Accelerometer included in Xamarin.Essentials. page_type: sample languages: - csharp @@ -10,7 +10,7 @@ urlFragment: sensors-tiltmaze --- # Tilt Maze -**Tilt Maze** is a game for Xamarin.Forms that uses the cross-platform [`Accelerometer`](https://docs.microsoft.com/xamarin/essentials/accelerometer?context=xamarin/xamarin-forms) included in Xamarin.Essentials. +**Tilt Maze** is a game for Xamarin.Forms that uses the cross-platform [`Accelerometer`](https://docs.microsoft.com/xamarin/essentials/accelerometer?context=xamarin/xamarin-forms) included in Xamarin.Essentials. **Tilt Maze** runs on iOS, Android, and the Universal Windows Platform (UWP), but you'll need to run the program on an actual phone or tablet rather than a simulator. The objective is to tilt the device back and forth so that the red ball navigates through the maze and rolls down the black hole. (The ball must be entirely within the hole to fall down into it.) The maze then changes for another game. @@ -19,7 +19,3 @@ Xamarin.Forms no longer runs on Windows Phone or Windows 10 Mobile devices, but A different version of this program originally appeared in the book _Programming Windows Phone 7_, published in 2010. That version used XNA for the graphics. The Xamarin.Forms version uses `BoxView` elements for the maze and a custom `EllipseView` element for the ball and hole. ![Tilt Maze application screenshot](Screenshots/TiltMaze.png "Tilt Maze application screenshot") - -## Author - -Charles Petzold diff --git a/SkiaSharpForms/Demos/README.md b/SkiaSharpForms/Demos/README.md index d4a1404d7..86c14f90d 100644 --- a/SkiaSharpForms/Demos/README.md +++ b/SkiaSharpForms/Demos/README.md @@ -15,7 +15,3 @@ The SkiaSharpFormsDemos program demonstrates the use of SkiaSharp in a Xamarin.F For more information about this sample, see [Using SkiaSharp in Xamarin.Forms](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/graphics/skiasharp/). ![SkiaSharp and Xamarin.Forms application screenshot](Screenshots/Image0.png "SkiaSharp and Xamarin.Forms application screenshot") - -## Author - -Charles Petzold diff --git a/SkiaSharpForms/MandelAnima/README.md b/SkiaSharpForms/MandelAnima/README.md index 9efd5802c..9aa9772da 100644 --- a/SkiaSharpForms/MandelAnima/README.md +++ b/SkiaSharpForms/MandelAnima/README.md @@ -33,13 +33,3 @@ When you first run the program, the `Label` at the top of the program shows whic For some devices, the animation runs smoother if the program is not being run under control of Visual Studio's debugger. ![Mandelbrot Animation application screenshot](Screenshots/MandelbrotAnimation.png "Mandelbrot Animation application screenshot") - -## Author -Charles Petzold - - - - - - - diff --git a/SkiaSharpForms/SpinPaint/README.md b/SkiaSharpForms/SpinPaint/README.md index 24aca20b1..2cf501983 100644 --- a/SkiaSharpForms/SpinPaint/README.md +++ b/SkiaSharpForms/SpinPaint/README.md @@ -21,7 +21,3 @@ SpinPaint demonstrates the use of SkiaSharp in a Xamarin.Forms application. For SpinPaint uses a .NET Standard Library for the shared code. For a version that uses a Shared Project, see [SpinPaintShared](https://developer.xamarin.com/samples/xamarin-forms/SkiaSharpForms/SpinPaintShared/). ![SpinPaint application screenshot](Screenshots/Image0.png "SpinPaint application screenshot") - -## Author - -Charles Petzold diff --git a/SkiaSharpForms/SpinPaintShared/README.md b/SkiaSharpForms/SpinPaintShared/README.md index dd1913d3d..4b3771930 100644 --- a/SkiaSharpForms/SpinPaintShared/README.md +++ b/SkiaSharpForms/SpinPaintShared/README.md @@ -21,7 +21,3 @@ The current color of the line is indicated by the color of the title of the prog SpinPaint demonstrates the use of SkiaSharp in a Xamarin.Forms application. For more information about SkiaSharp see [Using SkiaSharp in Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/graphics/skiasharp/). The program also uses a touch-tracking effect discussed in the article [Invoking Events from Effects](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/touch-tracking). ![SpinPaintShared application screenshot](Screenshots/Image0.png "SpinPaintShared application screenshot") - -## Author - -Charles Petzold diff --git a/SolitaireEncryption/README.md b/SolitaireEncryption/README.md index e10ab3886..d0005d602 100644 --- a/SolitaireEncryption/README.md +++ b/SolitaireEncryption/README.md @@ -16,8 +16,4 @@ A C# port of the [Solitaire encryption algorithm](https://www.schneier.com/solit This sample illustrates the inclusion of a Unit Test project in a Xamarin.Forms solution and also a custom `Button` [renderer](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/custom-renderer/). -## Author - -Craig Dunn - -*^ The original port of this algorithm was done (by me) in 2002, and I've used that 2002-era code unchanged in this mobile app. It's kinda cool that 12-year-old C# code can just be dropped into an app that runs on iOS, Android, and the Universal Windows Platform.* \ No newline at end of file +*^ The original port of this algorithm was done (by me) in 2002, and I've used that 2002-era code unchanged in this mobile app. It's kinda cool that 12-year-old C# code can just be dropped into an app that runs on iOS, Android, and the Universal Windows Platform.* diff --git a/TipCalc/README.md b/TipCalc/README.md index 58cd2bc05..a73d8e2fb 100755 --- a/TipCalc/README.md +++ b/TipCalc/README.md @@ -21,7 +21,3 @@ The calculations are handled in a *TipCalcModel* class, and the entire user inte XAML in the TipCalcPage.xaml file. Two data-binding value converters help massage the data between the data model and the XAML file. ![TipCalc application screenshot](Screenshots/01Android.png "TipCalc application screenshot") - -## Author - -Charles Petzold diff --git a/UserInterface/FrameDemos/README.md b/UserInterface/FrameDemos/README.md index bf47897ac..b0e768194 100644 --- a/UserInterface/FrameDemos/README.md +++ b/UserInterface/FrameDemos/README.md @@ -18,7 +18,3 @@ The `Frame` class is a layout used to wrap another view with a border that can b For more information about this sample, see [Xamarin.Forms Frame](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/layouts/frame). ![Sample Frame demo application](Screenshots/01frame-full.png "Sample Frame demo application") - -## Author - -Justin Johnson diff --git a/UserInterface/ListView/README.md b/UserInterface/ListView/README.md index 7b9ed37d2..3a22dbe56 100644 --- a/UserInterface/ListView/README.md +++ b/UserInterface/ListView/README.md @@ -1,7 +1,3 @@ # Xamarin.Forms ListView Samples Sample code associated with the [ListView Docs](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/listview/). - -## Author - -Nathan Castle diff --git a/Weather/readme.md b/Weather/readme.md index 47dac331f..686f36532 100755 --- a/Weather/readme.md +++ b/Weather/readme.md @@ -15,7 +15,3 @@ WeatherApp is a sample app that retrieves weather data from OpenWeatherMap. To use this sample, you must sign up for a free API key at [https://openweathermap.org/appid](https://openweathermap.org/appid). Paste that key into the `Constants.OpenWeatherMapAPIKey` property. ![Weather App application screenshot](Screenshots/01All.png "Weather App application screenshot") - -## Authors - -Kraig Brockschmidt, Nicole Haugen, Charles Petzold, David Britch diff --git a/WebServices/AzureADB2CAuth/README.md b/WebServices/AzureADB2CAuth/README.md index 38e9bbb7d..05e9e71fe 100644 --- a/WebServices/AzureADB2CAuth/README.md +++ b/WebServices/AzureADB2CAuth/README.md @@ -24,7 +24,3 @@ In order to run this sample application an Azure Active Directory B2C tenant mus 1. Create a sign-up and sign-in policy. This policy will define the experiences that consumers will go through during sign-up and sign-in, and the contents of tokens the application will receive on successful sign-up or sign-in. For more information, see [Extensible policy framework](https://azure.microsoft.com/documentation/articles/active-directory-b2c-reference-policies/#how-to-create-a-sign-up-policy) on the Azure documentation center. ![AzureADB2CAuth application screenshot](Screenshots/01All.png "AzureADB2CAuth application screenshot") - -## Author - -David Britch diff --git a/WebServices/AzureNotificationHub/README.md b/WebServices/AzureNotificationHub/README.md index cd3c059cb..8dbfee67b 100644 --- a/WebServices/AzureNotificationHub/README.md +++ b/WebServices/AzureNotificationHub/README.md @@ -16,7 +16,3 @@ This sample demonstrates how to use Azure Notification Hubs to send push notific To run the Android application, you must replace the google-services.json file with a file downloaded from your Firebase console. For more information about this sample see [Push notifications with Azure Notification Hub and Xamarin Forms](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/push-notifications/azure-notification-hub). - -## Author - -Justin Johnson diff --git a/WebServices/AzureSearch/README.md b/WebServices/AzureSearch/README.md index b393443e4..e79db10e0 100755 --- a/WebServices/AzureSearch/README.md +++ b/WebServices/AzureSearch/README.md @@ -16,7 +16,3 @@ This sample demonstrates how to use the Microsoft Azure Search Library to integr For more information about this sample see [Search Data with Azure Search](https://developer.xamarin.com/guides/xamarin-forms/web-services/search/azure-search/). ![Azure Search application screenshot](Screenshots/01All.png "Azure Search application screenshot") - -## Author - -David Britch diff --git a/WebServices/AzureSignalR/README.md b/WebServices/AzureSignalR/README.md index ddd4316bf..6e160f33f 100644 --- a/WebServices/AzureSignalR/README.md +++ b/WebServices/AzureSignalR/README.md @@ -25,7 +25,3 @@ In order to run this sample application an Azure SignalR Service instance and an 1. Deploy the two functions found in the **ChatServer** project to the Azure Functions App instance. Once these steps have been performed, run any of the platform applications, click the Connect button and test sending messages once connected. - -## Author - -Justin Johnson diff --git a/WebServices/AzureStorage/README.md b/WebServices/AzureStorage/README.md index f24f1f043..f0bbbddcb 100755 --- a/WebServices/AzureStorage/README.md +++ b/WebServices/AzureStorage/README.md @@ -16,7 +16,3 @@ This sample demonstrates how to use Xamarin.Forms to store text and binary data For more information about this sample see [Storing and Accessing Data in Azure Storage](https://developer.xamarin.com/guides/xamarin-forms/web-services/storage/azure-storage/). ![Azure Storage application screenshot](Screenshots/01All.png "Azure Storage application screenshot") - -## Author - -David Britch diff --git a/WebServices/OAuthNativeFlow/README.md b/WebServices/OAuthNativeFlow/README.md index e2e3916dc..ad12dc9da 100755 --- a/WebServices/OAuthNativeFlow/README.md +++ b/WebServices/OAuthNativeFlow/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to use Xamarin.Auth to manage a native authenticati For more information about this sample see [Authenticating Users with an Identity Provider](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/authentication/oauth). ![OAuthNativeFlow application screenshot](Screenshots/01All.png "OAuthNativeFlow application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoASMX/README.md b/WebServices/TodoASMX/README.md index b49f9febd..bb5662491 100755 --- a/WebServices/TodoASMX/README.md +++ b/WebServices/TodoASMX/README.md @@ -23,7 +23,3 @@ In all cases the tasks are stored in an in-memory collection that's accessed thr For more information about the sample see [Consuming an ASP.NET Web Service (ASMX)](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/web-services/asmx). ![TodoASMX application screenshot](Screenshots/01All.png "TodoASMX application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoASMX/TodoASMXService/README.md b/WebServices/TodoASMX/TodoASMXService/README.md index 6db4a4d71..e125e8181 100755 --- a/WebServices/TodoASMX/TodoASMXService/README.md +++ b/WebServices/TodoASMX/TodoASMXService/README.md @@ -33,8 +33,3 @@ The accompanying Xamarin.Forms sample application consumes a Xamarin-hosted ASMX 1. In *Visual Studio* or *Visual Studio for Mac*, load the *TodoASMX solution*, expand the *TodoASMX* project and update the `Constants.SoapUrl` property to the address of the web app created in the previous steps. For more information about publishing to an Azure Web App, see [Creating an ASP.NET web app in Azure App Service](https://azure.microsoft.com/en-gb/documentation/articles/web-sites-dotnet-get-started/#create-an-aspnet-web-application). - -Author ------- - -David Britch diff --git a/WebServices/TodoCognitiveServices/README.md b/WebServices/TodoCognitiveServices/README.md index 44b13357b..776b43ff0 100755 --- a/WebServices/TodoCognitiveServices/README.md +++ b/WebServices/TodoCognitiveServices/README.md @@ -16,7 +16,3 @@ This sample demonstrates how to use some of the Microsoft Cognitive Services API For more information about this sample see [Adding Intelligence with Cognitive Services](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/azure-cognitive-services/introduction). ![Todo Cognitive Services application screenshot](Screenshots/01All.png "Todo Cognitive Services application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoDocumentDB/README.md b/WebServices/TodoDocumentDB/README.md index 423c02825..b8ba9172a 100755 --- a/WebServices/TodoDocumentDB/README.md +++ b/WebServices/TodoDocumentDB/README.md @@ -16,7 +16,3 @@ This sample demonstrates how to use the Microsoft Azure DocumentDB Client Librar For more information about this sample see [Consuming the Azure Cosmos DB Service](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/azure-services/azure-cosmosdb). ![Todo DocumentDB application screenshot](Screenshots/01All.png "Todo DocumentDB application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoDocumentDBAuth/README.md b/WebServices/TodoDocumentDBAuth/README.md index 730f0339e..14f10ba36 100755 --- a/WebServices/TodoDocumentDBAuth/README.md +++ b/WebServices/TodoDocumentDBAuth/README.md @@ -17,7 +17,3 @@ This sample demonstrates how to combine access control with partitioned collecti For more information about this sample see [Authenticating Users with Azure Cosmos DB](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/cosmosdb/authentication). ![Todo Azure Cosmos DB Auth application screenshot](Screenshots/01All.png "Todo Azure Cosmos DB Auth application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoREST/README.md b/WebServices/TodoREST/README.md index cf563314e..4391594dd 100755 --- a/WebServices/TodoREST/README.md +++ b/WebServices/TodoREST/README.md @@ -23,7 +23,3 @@ In all cases the tasks are stored in an in-memory collection that's accessed thr For more information about the sample see [Consuming a RESTful Web Service](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/web-services/consuming/rest/). ![TodoREST application screenshot](Screenshots/01All.png "TodoREST application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoWCF/README.md b/WebServices/TodoWCF/README.md index b4901007c..a55154644 100755 --- a/WebServices/TodoWCF/README.md +++ b/WebServices/TodoWCF/README.md @@ -1,6 +1,6 @@ --- name: Xamarin.Forms - TodoWCF -description: This sample demonstrates a Todo list application where the data is stored and accessed from a WCF web service. +description: This sample demonstrates a Todo list application where the data is stored and accessed from a WCF web service. page_type: sample languages: - csharp @@ -23,7 +23,3 @@ In all cases the tasks are stored in an in-memory collection that's accessed thr For more information about the sample see [Consuming a Windows Communication Foundation (WCF) Web Service](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/web-services/consuming/wcf/). ![TodoWCF application screenshot](Screenshots/01All.png "TodoWCF application screenshot") - -## Author - -David Britch diff --git a/WebServices/TodoWCF/TodoWCFService/README.md b/WebServices/TodoWCF/TodoWCFService/README.md index 5be1888eb..e548c0ab9 100755 --- a/WebServices/TodoWCF/TodoWCFService/README.md +++ b/WebServices/TodoWCF/TodoWCFService/README.md @@ -33,8 +33,3 @@ The accompanying Xamarin.Forms sample application consumes a Xamarin-hosted WCF 1. In *Visual Studio* or *Visual Studio for Mac*, load the *TodoWCF solution*, expand the *TodoWCF* project and update the `Constants.SoapUrl` property to the address of the web app created in the previous steps. For more information about publishing to an Azure Web App, see [Creating an ASP.NET web app in Azure App Service](https://azure.microsoft.com/en-gb/documentation/articles/web-sites-dotnet-get-started/#create-an-aspnet-web-application). - -Author ------- - -David Britch diff --git a/WorkingWithDevice/README.md b/WorkingWithDevice/README.md index 6b848135d..d1aa3648e 100755 --- a/WorkingWithDevice/README.md +++ b/WorkingWithDevice/README.md @@ -13,7 +13,3 @@ urlFragment: workingwithdevice This samples demonstrates how to use the `Device` class. For more information, see the [Device Class](https://docs.microsoft.com/xamarin/xamarin-forms/platform/device). ![Working with Platform Tweaks application screenshot](Screenshots/uwp.png "Working with Platform Tweaks application screenshot") - -## Author - -Craig Dunn diff --git a/WorkingWithFiles/README.md b/WorkingWithFiles/README.md index a2ca8381e..77f73a58c 100755 --- a/WorkingWithFiles/README.md +++ b/WorkingWithFiles/README.md @@ -13,7 +13,3 @@ urlFragment: workingwithfiles These samples relate to the [Working with Files in Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/data/files) doc. ![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/WorkingWithFiles/Screenshots/SaveAndLoad-sml.png "Save and load a file") - -## Author - -Craig Dunn diff --git a/WorkingWithGestures/PanGesture/README.md b/WorkingWithGestures/PanGesture/README.md index fbb7bfae1..ef8d23a33 100644 --- a/WorkingWithGestures/PanGesture/README.md +++ b/WorkingWithGestures/PanGesture/README.md @@ -15,7 +15,3 @@ This sample demonstrates using the `PanGestureRecognizer` class to implement dra For more information about the sample see [Adding a Pan Gesture Recognizer](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/pan). ![PanGesture application screenshot](Screenshots/01All.png "PanGesture application screenshot") - -## Author - -David Britch diff --git a/WorkingWithGestures/PinchGesture/README.md b/WorkingWithGestures/PinchGesture/README.md index 1a37a5983..8300f6d35 100644 --- a/WorkingWithGestures/PinchGesture/README.md +++ b/WorkingWithGestures/PinchGesture/README.md @@ -15,7 +15,3 @@ This sample demonstrates using the `PinchGestureRecognizer` class to implement i For more information about the sample see [Working with Gestures](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/pinch). ![PinchGesture application screenshot](Screenshots/01All.png "PinchGesture application screenshot") - -## Author - -David Britch diff --git a/WorkingWithGestures/SwipeGesture/README.md b/WorkingWithGestures/SwipeGesture/README.md index a17a1ca01..fe4f8dcfa 100755 --- a/WorkingWithGestures/SwipeGesture/README.md +++ b/WorkingWithGestures/SwipeGesture/README.md @@ -15,7 +15,3 @@ This sample demonstrates how to use the `SwipeGestureRecognizer` class to recogn For more information about this sample, see [Adding a swipe gesture recognizer](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/swipe). ![SwipeGesture application screenshot](Screenshots/01All.png "SwipeGesture application screenshot") - -## Author - -David Britch diff --git a/WorkingWithGestures/TapGesture/README.md b/WorkingWithGestures/TapGesture/README.md index 65747f213..bf6eede43 100644 --- a/WorkingWithGestures/TapGesture/README.md +++ b/WorkingWithGestures/TapGesture/README.md @@ -15,7 +15,3 @@ This sample demonstrates using the `TapGestureRecognizer` class to implement tap For more information about the sample see [Working with Gestures](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/gestures/tap). ![TapGesture application screenshot](Screenshots/Android.png "TapGesture application screenshot") - -## Authors - -Charles Petzold, Craig Dunn diff --git a/XamFormsImageResize/README.md b/XamFormsImageResize/README.md index d0801e79c..ce6654724 100755 --- a/XamFormsImageResize/README.md +++ b/XamFormsImageResize/README.md @@ -13,7 +13,3 @@ urlFragment: xamformsimageresize This app loads an image that is embedded as a resource in a shared project, resizes it, and then displays it on the screen. It's a cross-platform image resizer that works in Xamarin.Forms shared projects and will resize images on iOS, Android, and the Universal Windows Platform. ![Xamarin Forms Image Resizer application screenshot](Screenshots/Android1.png "Xamarin Forms Image Resizer application screenshot") - -## Authors - -Bryan Costanich