You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# xamarin-forms-book-samples
2
2
3
-
Sample code for the book *Creating Mobile Apps with Xamarin.Forms*. The book can be downloaded from https://docs.microsoft.com/en-us/xamarin/xamarin-forms/creating-mobile-apps-xamarin-forms/.
3
+
Sample code for the book *Creating Mobile Apps with Xamarin.Forms*. The book can be downloaded from https://docs.microsoft.com/xamarin/xamarin-forms/creating-mobile-apps-xamarin-forms/.
4
+
5
+
A handful of F# samples in this repo are available via the [Microsoft code sample browser](https://docs.microsoft.com/samples/browse/?products=xamarin&languages=fsharp), but there are over 1,000 projects and the majority of them are only available by cloning the repo.
4
6
5
7
## Notes
6
8
@@ -28,7 +30,7 @@ The projects in the **master** branch reflect changes in C# and Xamarin.Forms si
28
30
- Calls to and implementations of the deprecated `TypeConverter.ConvertFrom` method have been replaced with `ConvertFromInvariantString`.
29
31
- The `NamedColor` class is now based on the `Color` structure rather than its own static fields.
30
32
- The Android projects have been upgraded to use AppCompat and Material Design. This is consistent with recent Xamarin.Forms project templates.
31
-
- The blank bitmaps in the **Assets** folder of the UWP projects have been replaced with Xamagon images.
33
+
- The blank bitmaps in the **Assets** folder of the UWP projects have been replaced with Xamagon images.
32
34
- Event firing uses the null-conditional operator (`?.`) and the `Invoke` method.
33
35
34
36
### The Projects
@@ -44,13 +46,13 @@ The **original-code-from-book** branch also contains the following two applicati
44
46
-**Windows**: Windows 8.1 tablets and desktop computers using the Windows Runtime API
45
47
-**WinPhone**: Windows Phone 8.1 devices using the Windows Phone API.
46
48
47
-
You can deploy the **UWP** project to devices or emulators.
48
-
However, you must select the correct platform for the deployment target.
49
+
You can deploy the **UWP** project to devices or emulators.
50
+
However, you must select the correct platform for the deployment target.
49
51
You generally do this by selecting a platform for the solution in the **Solution Platform** dropdown on the **Standard** toolbar.
50
52
Or, you can invoke the **Configuration Manager** dialog form the **Build | Configuration Manager** menu item, and select an item from the **Active solution platform** dropdown at the top right.
51
53
52
-
The six possible **Solution Platform** options are listed below.
53
-
Each is associated with a particular platform for the **UWP** project.
54
+
The six possible **Solution Platform** options are listed below.
55
+
Each is associated with a particular platform for the **UWP** project.
54
56
This platform refers to processor architectures:
55
57
56
58
- Any CPU: UWP platform is x86
@@ -60,7 +62,7 @@ This platform refers to processor architectures:
60
62
- x86: UWP platform is x86
61
63
- x64: UWP platform is x64
62
64
63
-
These reflect the only three possibilities for the **UWP** project.
65
+
These reflect the only three possibilities for the **UWP** project.
64
66
As you can see, x86 (32-bit Intel architecture) is considered to be the default.
65
67
66
68
Currently, you can deploy the **UWP** project in several different ways based on a selection in the dropdown on the **Standard** toolbar.
@@ -110,5 +112,3 @@ As of September 4, 2018, all iOS projects in the **master** branch have been res
110
112
As of September 10, 2018, the deprecated **AndroidUseLastestPlatformSdk** element has been removed from all Android project files in the **master** branch.
111
113
112
114
As of September 14, 2018, another **PropertyGroup** has been added to the .NET Standard library with a **DebugType** element. This is required for setting breakpoints when deploying to the UWP.
0 commit comments