Add newline to end of each readme.

This commit is contained in:
David Britch 2020-01-06 11:42:16 +00:00
Родитель 7597b25cb5
Коммит 946f9aa98b
195 изменённых файлов: 195 добавлений и 5 удалений

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

@ -14,3 +14,4 @@ urlFragment: advanced-dependencyresolution-dicontainerdemo
This sample demonstrates how to inject a dependency resolution method into Xamarin.Forms, so that an app's dependency injection container has control over the construction and lifetime of custom renderers, effects, and DependencyService implementations.
For more information about this sample, see [Dependency Resolution in Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms/internals/dependency-resolution).

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

@ -14,3 +14,4 @@ urlFragment: advanced-dependencyresolution-factoriesdemo
This sample demonstrates how to inject a dependency resolution method into Xamarin.Forms, so that custom renderers, effects, and DependencyService implementations are created using factory methods.
For more information about this sample, see [Dependency Resolution in Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms/internals/dependency-injection).

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

@ -16,3 +16,4 @@ A behavior that's attached to a control through attached properties is known as
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).
![Attached Behaviors application screenshot](Screenshots/01All.png "Attached Behaviors application screenshot")

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

@ -15,3 +15,4 @@ Behaviors are a useful approach for adding an effect to a control, removing boil
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).
![Effect Behavior application screenshot](Screenshots/01All.png "Effect Behavior application screenshot")

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

@ -16,3 +16,4 @@ In the context of commanding, behaviors are a useful approach for connecting a c
For more information about this sample, see [Reusable EventToCommandBehavior](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/behaviors/reusable/event-to-command-behavior).
![Event to Command Behavior application screenshot](Screenshots/01All.png "Event to Command Behavior application screenshot")

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

@ -23,3 +23,4 @@ For more information about this sample, see [Behaviors](https://developer.xamari
```
![NumericValidation Behavior application screenshot](Screenshots/01All.png "NumericValidation Behavior application screenshot")

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

@ -31,3 +31,4 @@ Xamarin.Forms behaviors can be consumed by an explicit or implicit style. This s
![NumericValidation Behavior with Style application screenshot](Screenshots/01All.png "NumericValidation Behavior with Style application screenshot")
For more information about this sample, see [Behaviors](https://developer.xamarin.com/guides/xamarin-forms/behaviors/).

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

@ -18,3 +18,4 @@ Just a `BoxView` on the page, demonstrating the `Color`, `WidthRequest`, and `He
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
![Basic BoxView application screenshot](Screenshots/01Triple.png "Basic BoxView application screenshot")

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

@ -17,3 +17,4 @@ Although Xamarin.Forms doesn't have a vector graphics programming interface, it
This sample is described in more detail in the article on [BoxView](/guides/xamarin-forms/user-interface/boxview/).
![BoxView Clock application screenshot](Screenshots/01Triple.png "BoxView Clock application screenshot")

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

@ -15,3 +15,4 @@ 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")

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

@ -22,3 +22,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -19,3 +19,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -16,3 +16,4 @@ 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")

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

@ -5,3 +5,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ This sample demonstrates a custom renderer that encapsulates platform-specific l
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")

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

@ -19,3 +19,4 @@ This sample demonstrates how to add a circular overlay to a map in order to high
For more information about this sample see [Highlighting a Circular Area on a Map](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/custom-renderer/map/circle-map-overlay).
![Circle Map Overlay application screenshot](Screenshots/01All.png "Circle Map Overlay application screenshot")

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

@ -19,3 +19,4 @@ This sample demonstrates how to create a custom renderer for the `Map` control,
For more information about this sample see [Customizing a Map Pin](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/custom-renderer/map/customized-pin).
![Map Custom Renderer application screenshot](Screenshots/01All.png "Map Custom Renderer application screenshot")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -17,3 +17,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -16,3 +16,4 @@ This sample demonstrates how to create an effect that renders any control derivi
For more information about the sample see [Xamarin.Forms Reusable RoundEffect](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/effects/reusable-roundeffect).
![Round Effect application on iOS and Android](Screenshots/round-effect.png "Round effect application on iOS and Android")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -49,3 +49,4 @@ Components used in this solution:
[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

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

@ -15,3 +15,4 @@ 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")

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

@ -13,3 +13,4 @@ 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")

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

@ -15,3 +15,4 @@ 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")

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

@ -15,4 +15,4 @@ urlFragment: getstarted-firstapp
Sample code for the [get started page and video](https://docs.microsoft.com/xamarin/xamarin-forms/get-started/first-app/), that shows how to build a basic Xamarin.Forms app from the **File > New** template in Visual Studio.
![Screenshots of the sample on Android and iOS](Screenshots/all.png)
![Screenshots of the sample on Android and iOS](Screenshots/all.png)

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

@ -18,3 +18,4 @@ This sample demonstrates a multi-page Xamarin.Forms application that's capable o
For more information about the sample see [Store Data in a Local SQLite.NET Database](https://docs.microsoft.com/xamarin/get-started/quickstarts/database).
![Notes (local database) application screenshot](Screenshots/01All.png "Notes (local database) application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates a multi-page Xamarin.Forms application that's capable o
For more information about the sample see [Perform Navigation in a Multi-Page Xamarin.Forms Application](https://docs.microsoft.com/xamarin/get-started/quickstarts/multi-page).
![Notes (multi-page) application screenshot](Screenshots/01All.png "Notes (multi-page) application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates a simple cross-platform Notes application that allows y
For more information about the sample see [Create a Single Page Xamarin.Forms Application](https://docs.microsoft.com/xamarin/get-started/quickstarts/single-page).
![Notes (single page) application screenshot](Screenshots/01All.png "Notes (single page) application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates a multi-page Xamarin.Forms application that's styled wi
For more information about the sample see [Style a Cross-Platform Xamarin.Forms Application](https://docs.microsoft.com/xamarin/get-started/quickstarts/styled).
![Notes (styled) application screenshot](Screenshots/01All.png "Notes (styled) application screenshot")

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

@ -1,4 +1,4 @@
Get Started with Xamarin.Forms
======
These samples help you to learn the basics of building mobile apps with Xamarin.Forms.
These samples help you to learn the basics of building mobile apps with Xamarin.Forms.

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

@ -18,3 +18,4 @@ This sample demonstrates the Xamarin.Forms app lifecycle, and how to persist dat
For more information about this sample, see [App Lifecycle Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/app-lifecycle/).
![App Lifecycle Tutorial application screenshot](Screenshots/01All.png "App Lifecycle Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to respond to a tap or click of a Xamarin.Forms `Bu
For more information about this sample, see [Button Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/button/).
![Button Tutorial application screenshot](Screenshots/01All.png "Button Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to accept multi-line text input, using the Xamarin.
For more information about this sample, see [Editor Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/editor/).
![Editor Tutorial application screenshot](Screenshots/01All.png "Editor Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to accept single-line text input, using the Xamarin
For more information about this sample, see [Entry Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/entry/).
![Entry Tutorial application screenshot](Screenshots/01All.png "Entry Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to organize views into rows and columns, with the X
For more information about this sample, see [Grid Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/grid/).
![Grid Tutorial application screenshot](Screenshots/01All.png "Grid Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to display images on a page, using the Xamarin.Form
For more information about this sample, see [Image Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/image/).
![Image Tutorial application screenshot](Screenshots/01All.png "Image Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to display text, with the Xamarin.Forms `Label` vie
For more information about this sample, see [Label Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/label/).
![Label Tutorial application screenshot](Screenshots/01All.png "Label Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to present lists of data, using the Xamarin.Forms `
For more information about this sample, see [ListView Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/listview/).
![ListView Tutorial application screenshot](Screenshots/01All.png "ListView Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to use the SQLite.NET NuGet package to incorporate
For more information about this sample, see [Local Database Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/local-database/).
![Local Database Tutorial application screenshot](Screenshots/01All.png "Local Database Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to display alerts and action sheets with Xamarin.Fo
For more information about this sample, see [Pop-ups Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/pop-ups/).
![Pop-ups Tutorial application screenshot](Screenshots/01All.png "Pop-ups Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to organize views in a one-dimensional stack, with
For more information about this sample, see [StackLayout Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/stacklayout/).
![StackLayout Tutorial application screenshot](Screenshots/01All.png "StackLayout Tutorial application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to consume REST-based web services from Xamarin.For
For more information about this sample, see [Web Service Tutorial](https://docs.microsoft.com/xamarin/get-started/tutorials/web-service/).
![Web Service Tutorial application screenshot](Screenshots/01All.png "Web Service Tutorial application screenshot")

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

@ -15,3 +15,4 @@ 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")

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

@ -18,3 +18,4 @@ Local notifications are alerts sent by applications installed on the mobile devi
For more information about this sample, see [Xamarin.Forms local notifications](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/local-notifications).
![Local notifications application on iOS and Android](Screenshots/local-notifications-msg.png)

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

@ -4,3 +4,4 @@ Xamarin CRM (Xamarin.Forms)
Please visit the new [**Xamarin CRM sample**](https://github.com/xamarin/app-crm).
This sample has been deprecated and is no longer supported.

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

@ -15,3 +15,4 @@ 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")

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

@ -15,3 +15,4 @@ This sample demonstrates how to use a `CarouselPage` to navigate through a colle
For more information about the sample see [Carousel Page](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/carousel-page).
![CarouselPage application screenshot](Screenshots/01All.png "CarouselPage application screenshot")

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

@ -15,4 +15,4 @@ This sample demonstrates how to use a `CarouselPage` to navigate through a colle
For more information about the sample see [Carousel Page](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/carousel-page).
![CarouselPageTemplate application screenshot](Screenshots/01All.png "CarouselPageTemplate application screenshot")
(navigation)
(navigation)

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

@ -15,3 +15,4 @@ This sample demonstrates how to perform hierarchical navigation through a stack
For more information about the sample see [Hierarchical Navigation](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/hierarchical).
![Hierarchical Navigation application screenshot](Screenshots/01All.png "Hierarchical Navigation application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how to manipulate the navigation stack in order to only
For more information about the sample see [Hierarchical Navigation](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/hierarchical).
![LoginFlow application screenshot](Screenshots/01All.png "LoginFlow application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how to use a `MasterDetailPage` and navigate between it
For more information about the sample see [Master-Detail Page](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/master-detail-page).
![MasterDetailPage application screenshot](Screenshots/01All.png "MasterDetailPage application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how to navigate to modal pages.
For more information about the sample see [Modal Pages](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/modal).
![Modal Pages application screenshot](Screenshots/01All.png "Modal Pages application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how to pass data between pages when navigating.
For more information about the sample see [Hierarchical Navigation](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/hierarchical).
![Passing Data application screenshot](Screenshots/01All.png "Passing Data application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates using the alert and action sheet APIs to ask users simp
For more information about the sample see [Displaying Pop-ups](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/pop-ups).
![Displaying Pop-ups application screenshot](Screenshots/01All.png "Displaying Pop-ups application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how to use a `TabbedPage` to navigate through a collect
For more information about the sample see [Tabbed Page](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/tabbed-page/).
![TabbedPage application screenshot](Screenshots/01All.png "TabbedPage application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how embed a `NavigationPage` in a `TabbedPage`, in orde
For more information about the sample see [Tabbed Page](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/tabbed-page).
![TabbedPage with NavigationPage application screenshot](Screenshots/01All.png "TabbedPage with NavigationPage application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates how to display any Xamarin.Forms `View` in the navigati
For more information about this sample, see [Displaying Views in the Navigation Bar](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/navigation/hierarchical#displaying-views-in-the-navigation-bar).
![Title View application screenshot](Screenshots/01All.png "Title View application screenshot")

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

@ -6,3 +6,4 @@ This sample demonstrates the DataPages preview in Xamarin.Forms.
Refer to the [getting started doc](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/datapages/get-started) for more info.
![custom list items](Screenshots/custom-listitem-sml.png)

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

@ -58,3 +58,4 @@ The Xamarin.Forms samples in the [Microsoft samples browser](https://docs.micros
This approach ensures that all samples integrate with the Microsoft [sample code browser](https://docs.microsoft.com/samples/browse/?term=Xamarin.Forms).
If you have any questions, create an issue or ask on the [Xamarin Forums](https://forums.xamarin.com/).

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

@ -29,3 +29,4 @@ 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")

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

@ -16,3 +16,4 @@ 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")

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

@ -19,3 +19,4 @@ 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")

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

@ -19,3 +19,4 @@ 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")

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

@ -194,3 +194,4 @@ First of all, it is very important that you should **never** store your P8 key i
It is also considered a bad practice to use a `WebView` to host the authentication flow, and to intercept URL Navigation events to obtain the authorization code.
There is currently no secure way to handle the Apple Sign In flow on non iOS13+ devices/platforms without hosting some code on a server to handle the token exchange. We also recommend hosting the authorization url generation code on the server so you can cache the state and validate it when Apple POST's a callback to your server.

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

@ -15,3 +15,4 @@ 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")

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

@ -33,3 +33,4 @@ 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")

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

@ -21,3 +21,4 @@ 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")

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

@ -21,3 +21,4 @@ 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")

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

@ -17,3 +17,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/).
*^ 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.*

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

@ -15,3 +15,4 @@ This sample demonstrates using a `ControlTemplate` to theme a `ContentPage` and
For more information about the sample see [Control Templates](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/templates/control-templates/).
![Simple Theme application screenshot](Screenshots/01All.png "Simple Theme application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates using a `ControlTemplate` with a `TemplateBinding` to t
For more information about the sample see [Control Templates](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/templates/control-templates/).
![Simple Theme with Template Binding application screenshot](Screenshots/01All.png "Simple Theme with Template Binding application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates using a `ControlTemplate` with a `TemplateBinding`, tha
For more information about the sample see [Control Templates](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/templates/control-templates/).
![Simple Theme with Template Binding and ViewModel application screenshot](Screenshots/01All.png "Simple Theme with Template Binding and ViewModel application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates using a `DataTemplateSelector` to select a `DataTemplat
For more information about the sample see [Data Template Selector](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/templates/data-templates/selector).
![Data Template Selector application screenshot](Screenshots/01All.png "Data Template Selector application screenshot")

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

@ -15,3 +15,4 @@ This sample demonstrates creating a `DataTemplate` to specify the appearance of
For more information about the sample see [Data Templates](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/templates/data-templates/).
![Data Template application screenshot](Screenshots/01All.png "Data Template application screenshot")

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

@ -21,3 +21,4 @@ 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")

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

@ -26,3 +26,4 @@ In all cases the tasks are stored in a local SQLite database.
For more information about the sample see [Working with a Local Database](https://docs.microsoft.com/xamarin/xamarin-forms/data-cloud/data/databases).
![Todo application screenshot](Screenshots/01All.png "Todo application screenshot")

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

@ -25,3 +25,4 @@ You can learn about MAT here:
* [Download Multilingual App Toolkit (MAT) v4.0 for Windows](https://visualstudiogallery.msdn.microsoft.com/6dab9154-a7e1-46e4-bbfa-18b5e81df520)
**MAT** stores language information in [XLIFF](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=xliff) (.xlf) files which are parsed into RESX files at build time. It is the RESX files that are loaded by the application to render the translated user-interface. The XLIFF files are **edited in Visual Studio** and the build step that transforms them only runs there, so language data should only be edited on Windows... luckily this runs in Visual Studio Express. You can then push your app (including the generated RESX files) into source control - they'll work fine for iOS, Android, and Windows Phone projects.

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

@ -26,3 +26,4 @@ On all platforms, tap an element once to hear accessibility values. Double tap a
For more information about this sample see [automation properties in Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/accessibility/automation-properties).
![Accessibility application screenshot](Screenshots/01All.png "Accessibility application screenshot")

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

@ -18,3 +18,4 @@ The ActivityIndicator control indicates to users that the application is busy pe
For more information about this sample, see [Xamarin.Forms ActivityIndicator](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/activityindicator).
![Sample ActivityIndicator demo application](Screenshots/02ActivityIndicatorDemo.png "Sample ActivityIndicator demo application")

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

@ -18,3 +18,4 @@ The `ViewExtensions` class provides extension methods that can be used to constr
For more information about the sample see [Simple Animations](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/animation/simple).
![Basic snimation application](Screenshots/01All.png "Basic Animation application screenshot")

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

@ -18,3 +18,4 @@ The `Animation` class is the building block of all Xamarin.Forms animations, wit
For more information about the sample see [Custom Animations](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/animation/custom).
![Custom Animations application screenshot](Screenshots/01All.png "Custom Animations application screenshot")

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

@ -18,3 +18,4 @@ Xamarin.Forms includes an `Easing` class that allows you to specify a transfer f
For more information about the sample see [Easing Functions](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/animation/easing).
![Easing Functions application screenshot](Screenshots/01All.png "Easing Functions application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates binding a layout class to a collection of items, and se
For more information about this sample see [Bindable Layouts in Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/layouts/bindable-layouts/).
![Bindable Layouts application screenshot](Screenshots/01All.png "Bindable Layouts application screenshot")

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

@ -18,3 +18,4 @@ This sample demonstrates how to use a `Picker` to select a color from a list of
For more information about this sample see [Setting a Picker's ItemsSource Property](https://docs.microsoft.com/xamarin/xamarin-forms/user-interface/picker/populating-itemssource).
![Bindable Picker demo screenshot](Screenshots/01All.png "Bindable Picker demo screenshot")

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

@ -16,3 +16,4 @@ urlFragment: userinterface-businesstumble
This sample, inspired by a corporate social media profile app, demonstrates how to build similar layouts across StackLayout, RelativeLayout, and AbsoluteLayout.
![Xamarin.Forms Layout Sample: The Business Tumble application screenshot](Screenshots/abs.png "Xamarin.Forms Layout Sample: The Business Tumble application screenshot")

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше