This commit is contained in:
David Britch 2019-12-04 10:35:22 +00:00
Родитель 09c24a339a
Коммит 3318a8c23c
63 изменённых файлов: 14 добавлений и 279 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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
[xSocialHref]: http://components.xamarin.com/view/xamarin.social

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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.*
*^ 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.*

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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