.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
Перейти к файлу
Rui Marinho 8fde82b588 Merge branch '15-5' 2017-12-06 12:58:48 +00:00
.nuspec [UWP] Update Alert and ActionSheet implementations (#881) 2017-12-05 16:33:28 +00:00
AndroidNative
EmbeddingTestBeds Update sln; Revert Android SDK version (#1314) 2017-12-05 16:58:10 -10:00
PagesGallery
Stubs
Xamarin.Forms.Build@ef7721633b Update submodule to provision 15-5 (#1319) 2017-12-05 12:50:44 +00:00
Xamarin.Forms.Build.Tasks
Xamarin.Forms.ControlGallery.Android
Xamarin.Forms.ControlGallery.GTK [GTK] Fix gallery using unsafe on release mode 2017-12-05 14:41:41 +00:00
Xamarin.Forms.ControlGallery.MacOS
Xamarin.Forms.ControlGallery.WindowsUniversal
Xamarin.Forms.ControlGallery.iOS Revert "[UITest] Update TestCloud agent" 2017-12-06 12:58:00 +00:00
Xamarin.Forms.Controls
Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared [UITest] Just run 58875 on iOS 2017-12-05 19:56:43 +00:00
Xamarin.Forms.Core [UWP] Fix various memory leaks in UWP applications (#1285) 2017-12-05 18:49:58 +00:00
Xamarin.Forms.Core.Android.UITests
Xamarin.Forms.Core.Design
Xamarin.Forms.Core.UITests.Shared [UWP] Fix various memory leaks in UWP applications (#1285) 2017-12-05 18:49:58 +00:00
Xamarin.Forms.Core.UnitTests
Xamarin.Forms.Core.Windows.UITests
Xamarin.Forms.Core.iOS.UITests
Xamarin.Forms.Core.macOS.UITests
Xamarin.Forms.CustomAttributes
Xamarin.Forms.Maps
Xamarin.Forms.Maps.Android
Xamarin.Forms.Maps.Design
Xamarin.Forms.Maps.MacOS
Xamarin.Forms.Maps.Tizen Add Tizen backend (#1310) 2017-12-04 14:30:43 +00:00
Xamarin.Forms.Maps.UWP
Xamarin.Forms.Maps.iOS
Xamarin.Forms.Pages
Xamarin.Forms.Pages.Azure
Xamarin.Forms.Pages.UnitTests
Xamarin.Forms.Platform
Xamarin.Forms.Platform.Android
Xamarin.Forms.Platform.Android.AppLinks
Xamarin.Forms.Platform.Android.FormsViewGroup
Xamarin.Forms.Platform.GTK Added Gtk Backend Core Gallery project (#1293) 2017-12-05 12:10:42 +00:00
Xamarin.Forms.Platform.MacOS
Xamarin.Forms.Platform.Tizen Add Tizen backend (#1310) 2017-12-04 14:30:43 +00:00
Xamarin.Forms.Platform.UAP [UWP] Entry alignment re-adjustment (#1308) 2017-12-05 19:09:32 +00:00
Xamarin.Forms.Platform.iOS [iOS] Adjust SearchBar to allow functional Korean text input (#1103) 2017-12-05 17:13:06 +00:00
Xamarin.Forms.Xaml
Xamarin.Forms.Xaml.Design
Xamarin.Forms.Xaml.UnitTests [tests] update to cecil 0.10-b7 2017-12-04 11:22:41 +01:00
Xamarin.Forms.Xaml.Xamlc
Xamarin.Forms.Xaml.Xamlg
docs [Docs] Fix docs 2017-12-04 14:55:29 +00:00
tools/mdoc
.Xamarin.Forms.Android.sln Update sln; Revert Android SDK version (#1314) 2017-12-05 16:58:10 -10:00
.Xamarin.Forms.iOS.sln Update sln; Revert Android SDK version (#1314) 2017-12-05 16:58:10 -10:00
.editorconfig
.gitattributes
.gitignore
.gitmodules
.xtc-manual-ios.bat
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2017-12-04 13:08:06 -08:00
LICENSE
Makefile [docs] use local mdoc (#1321) 2017-12-05 16:37:32 +01:00
PULL_REQUEST_TEMPLATE.md
README.md Removed reference to Evolution forums 2017-12-05 11:49:18 -06:00
Xamarin.Forms.mdpolicy
Xamarin.Forms.sln Added Gtk Backend Core Gallery project (#1293) 2017-12-05 12:10:42 +00:00
Xamarin.Forms.sln.DotSettings
Xamarin.Forms.vssettings
banner.png
create-nuget.bat
debug.keystore
global.json
update-docs-windows.bat
update-docs.ps1

README.md

Xamarin.Forms banner

Xamarin.Forms

Xamarin.Forms provides a way to quickly build native apps for iOS, Android, Windows and macOS, completely in C#.

Read more about the platform at https://www.xamarin.com/forms.

Build Status

OSX Debug Teamcity

Windows Debug Teamcity

Android UI Tests Teamcity

iOS8 UI Tests Teamcity

iOS9 UI Tests Teamcity

iOS10 UI Tests Teamcity

Visual Studio Team Services Windows Debug

Visual Studio Team Services OSX Debug

Getting Started

Install Visual Studio 2015

VS 2015 is required for developing Xamarin.Forms. If you do not already have it installed, you can download it here. VS 2015 Community is completely free. If you are installing VS 2015 for the first time, select the "Custom" installation type and select the following from the features list to install:

  • C#/.NET (Xamarin v4.0.3)
  • Universal Windows App Development Tools
  • Windows 8.1 and Windows Phone 8.0/8.1 Tools

We also recommend installing Microsoft Visual Studio Emulator for Android as well as Emulators for Windows Phone 8.1. If you already have VS 2015 installed, you can verify that these features are installed by modifying the VS 2015 installation via the Control Panel.

Install Additional Features

After installing VS 2015, you will also need to install the following:

  • Bing Maps SDK for Windows 8.1 Store apps -- you can find this in Tools > Extensions and Updates and searching for "bing" in the Online pane.
  • Android SDKs -- you can install these via Tools > Android > Android SDK Manager.
Solution Configuration

Upon opening the Xamarin.Forms solution, you will find that there are a number of errors and warnings under the Error List pane; you can resolve this by changing the filter of Build + IntelliSense to Build Only. At this point, you should be able to successfully build the solution.

By default, the Xamarin.Forms.Controls project does not have a configuration for various API keys to access certain features on each platform (e.g. maps). When building the solution the first time, a controlgallery.config file will be generated inside that project, which looks like this:

Win8MapsAuthKey:
WinPhoneMapsAuthKey:
UWPMapsAuthKey:
InsightsApiKey:
WP8AppId:
WP8AuthToken:

You will have to obtain your own API keys for each of these services, inserted directly after the identifier (e.g. Win8MapsAuthKey:abcdefghijklmnopqrstuvwxyz). You can find out how to obtain each of these as follows:

Due to the way that Android works, the maps API key cannot be injected at runtime. As a result, you will have to add this key to the MapsKey.cs file under Xamarin.Forms.ControlGallery.Android/Properties:

[assembly: Android.App.MetaData("com.google.android.maps.v2.API_KEY", Value = "INSERT_KEY_HERE")]

You can find out how to obtain a Google Maps API key here.

Coding Style

We follow the style used by the .NET Foundation, with a few exceptions:

  • We do not use the private keyword as it is the default accessibility level in C#.
  • We use hard tabs over spaces. You can change this setting in VS 2015 via Tools > Options and navigating to Text Editor > C# and selecting the "Keep tabs" radio option. In Visual Studio for Mac it's set via preferences in Source Code > Code Formatting > C# source code and disabling the checkbox for Convert tabs to spaces.
  • Lines should be limited to a max of 120 characters (or as close as possible within reason). This may be set in Visual Studio for Mac via preferences in Source Code > Code Formatting > C# source code and changing the Desired file width to 120.

Contributing

Reporting Bugs

We use GitHub Issues to track issues. If at all possible, please submit a reproduction of your bug along with your bug report.