-
Notifications
You must be signed in to change notification settings - Fork 570
/
Copy pathindex.yml
214 lines (208 loc) · 8.37 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
### YamlMime:Hub
title: Xamarin documentation
summary: Xamarin lets you build native apps for Android, iOS, and macOS using .NET code and platform-specific user interfaces. Xamarin.Forms allows you to build native apps, with shared UI code written in C# or XAML.
brand: xamarin
metadata:
title: Xamarin documentation
description: Xamarin lets you build native apps for Android, iOS, and macOS using .NET code and platform-specific user interfaces. Xamarin.Forms allows you to build native apps, with shared UI code written in C# or XAML.
ms.topic: hub-page
author: conceptdev
ms.author: crdun
ms.date: 09/26/2019
highlightedContent:
items:
- title: Setup and installation
itemType: download
url: ~/get-started/installation/index.md
- title: What is Xamarin?
itemType: overview
url: ~/get-started/what-is-xamarin.md
- title: What's new in Xamarin docs
itemType: whats-new
url: ~/whats-new/index.yml
productDirectory:
items:
- title: Xamarin.Forms cross-platform
imageSrc: /media/logos/logo_xamarin.svg
links:
- url: ~/get-started/what-is-xamarin-forms.md
text: What is Xamarin.Forms?
- url: ~/get-started/index.yml
text: Build an Android & iOS app
- url: ~/xamarin-forms/xaml/index.yml
text: Xamarin.Forms XAML
- url: ~/xamarin-forms/index.yml
text: All Xamarin.Forms docs
- title: Android
imageSrc: /media/logos/logo_android.svg
links:
- url: ~/android/get-started/hello-android/hello-android-quickstart.md
text: Build an Android app
- url: ~/android/platform/android-10.md
text: Android 10
- url: ~/android/index.yml
text: All Android docs
- title: iOS
imageSrc: /media/common/i_web-apps.svg
links:
- url: ~/ios/get-started/hello-ios/hello-ios-quickstart.md
text: Build an iOS app
- url: ~/ios/platform/ios14/index.md
text: iOS 14
- url: ~/ios/index.yml
text: All iOS docs
- title: Mac
imageSrc: /media/common/i_xplat-code.svg
links:
- url: ~/mac/get-started/hello-mac.md
text: Build a Mac app
- url: ~/mac/index.yml
text: All Mac docs
conceptualContent:
title: Get started with Xamarin.Forms
summary: Build cross-platform Android & iOS apps using C# and .NET in Visual Studio on Windows and macOS.
items:
- title: Build your first app
links:
- text: File > New
url: ~/get-started/quickstarts/app.md
itemType: get-started
- text: Add navigation
url: ~/get-started/quickstarts/navigation.md
itemType: get-started
- text: Add a database
url: ~/get-started/quickstarts/database.md
itemType: get-started
- text: Style the app
url: ~/get-started/quickstarts/styling.md
itemType: get-started
footerLink:
url: https://github.com/xamarin/xamarin-forms-samples/
text: Find a sample
- title: Follow a tutorial
links:
- text: Stack layout
url: ~/get-started/tutorials/stacklayout/index.yml
itemType: tutorial
- text: Labels
url: ~/get-started/tutorials/label/index.yml
itemType: tutorial
- text: Buttons
url: ~/get-started/tutorials/button/index.yml
itemType: tutorial
- text: Images
url: ~/get-started/tutorials/image/index.yml
itemType: tutorial
footerLink:
url: ~/get-started/tutorials/index.yml
text: See more
- title: Leverage existing knowledge
links:
- text: .NET desktop (UWP, WPF, WinForms)
itemType: overview
url: ~/cross-platform/desktop/index.md
- text: Android & Java
itemType: overview
url: ~/android/get-started/java-developers.md
- text: iOS & Objective-C
itemType: overview
url: ~/ios/get-started/objective-c-developers/index.md
- text: Further development guidance
itemType: get-started
url: ~/cross-platform/index.yml
additionalContent:
sections:
- title: Xamarin.Forms common tasks
summary: Important concepts for building Android & iOS apps with Xamarin.Forms
items:
- title: Learn about the app lifecycle
summary: Understand how apps start and go to the background.
url: ~/xamarin-forms/app-fundamentals/app-lifecycle.md
- title: Show a list of data
summary: Use the CollectionView to scroll and select data.
url: ~/xamarin-forms/user-interface/collectionview/index.md
- title: Use XAML & data-binding
summary: Use the MVVM pattern to show data in your UI.
url: ~/xamarin-forms/xaml/xaml-basics/index.md
- title: Expose platform-specific features
summary: Use Android- or iOS-specific features in Xamarin.Forms apps.
url: ~/xamarin-forms/platform/index.yml
- title: Xamarin.Essentials
summary: Cross-platform APIs for common device features.
url: ~/essentials/index.md
- title: Access a REST web service
summary: Integrate and interact with web services using HTTP and JSON
url: ~/xamarin-forms/data-cloud/web-services/rest.md
- title: Deploy to Android & iOS devices
summary: Upload to test devices and app stores.
url: ~/xamarin-forms/deploy-test/index.yml
- title: Render SkiaSharp graphics
summary: Render cross-platform 2D vector graphics.
url: ~/xamarin-forms/user-interface/graphics/skiasharp/index.md
- title: Xamarin platforms overview
items:
- title: Xamarin.Forms cross-platform
links:
- text: App fundamentals
url: ~/xamarin-forms/app-fundamentals/index.yml
- text: User interface
url: ~/xamarin-forms/user-interface/index.yml
- text: Xamarin.Forms XAML
url: ~/xamarin-forms/xaml/index.yml
- text: Platform features
url: ~/xamarin-forms/platform/index.yml
- text: Azure cloud services
url: ~/xamarin-forms/data-cloud/index.yml
- text: Deployment & testing
url: ~/xamarin-forms/deploy-test/index.yml
- text: Advanced concepts & internals
url: ~/xamarin-forms/internals/index.md
- text: Samples
url: https://github.com/xamarin/xamarin-forms-samples/
- title: Android
links:
- text: App fundamentals
url: ~/android/app-fundamentals/index.md
- text: User interface
url: ~/android/user-interface/index.md
- text: Platform features
url: ~/android/platform/index.md
- text: Azure cloud services
url: ~/android/data-cloud/index.md
- text: Deployment & testing
url: ~/android/deploy-test/index.md
- text: Advanced concepts & internals
url: ~/android/internals/index.md
- text: Samples
url: https://github.com/xamarin/monodroid-samples
- title: iOS
links:
- text: App fundamentals
url: ~/ios/app-fundamentals/index.md
- text: User interface
url: ~/ios/user-interface/index.md
- text: Platform features
url: ~/ios/platform/index.md
- text: Azure cloud services
url: ~/ios/data-cloud/index.md
- text: Deployment & testing
url: ~/ios/deploy-test/index.md
- text: Advanced concepts & internals
url: ~/ios/internals/index.md
- text: Samples
url: https://github.com/xamarin/ios-samples
- title: Mac
links:
- text: App fundamentals
url: ~/mac/app-fundamentals/index.md
- text: User interface
url: ~/mac/user-interface/index.md
- text: Platform features
url: ~/mac/platform/index.md
- text: Deployment & testing
url: ~/mac/deploy-test/index.md
- text: Advanced concepts & internals
url: ~/mac/internals/index.md
- text: Samples
url: https://github.com/xamarin/mac-samples
footer: "[Blogs](https://devblogs.microsoft.com/xamarin/) - [Twitter](https://twitter.com/xamarinhq) - [Microsoft Q&A](/answers/products/dotnet) - [Developer Community](https://dotnet.microsoft.com/platform/community)"