Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit 66adac1

Browse files
committed
add link to new samples browser
only 5 samples from this repo are published there
1 parent fa4c2c7 commit 66adac1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# xamarin-forms-book-samples
22

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.
46

57
## Notes
68

@@ -28,7 +30,7 @@ The projects in the **master** branch reflect changes in C# and Xamarin.Forms si
2830
- Calls to and implementations of the deprecated `TypeConverter.ConvertFrom` method have been replaced with `ConvertFromInvariantString`.
2931
- The `NamedColor` class is now based on the `Color` structure rather than its own static fields.
3032
- 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.
3234
- Event firing uses the null-conditional operator (`?.`) and the `Invoke` method.
3335

3436
### The Projects
@@ -44,13 +46,13 @@ The **original-code-from-book** branch also contains the following two applicati
4446
- **Windows**: Windows 8.1 tablets and desktop computers using the Windows Runtime API
4547
- **WinPhone**: Windows Phone 8.1 devices using the Windows Phone API.
4648

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.
4951
You generally do this by selecting a platform for the solution in the **Solution Platform** dropdown on the **Standard** toolbar.
5052
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.
5153

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.
5456
This platform refers to processor architectures:
5557

5658
- Any CPU: UWP platform is x86
@@ -60,7 +62,7 @@ This platform refers to processor architectures:
6062
- x86: UWP platform is x86
6163
- x64: UWP platform is x64
6264

63-
These reflect the only three possibilities for the **UWP** project.
65+
These reflect the only three possibilities for the **UWP** project.
6466
As you can see, x86 (32-bit Intel architecture) is considered to be the default.
6567

6668
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
110112
As of September 10, 2018, the deprecated **AndroidUseLastestPlatformSdk** element has been removed from all Android project files in the **master** branch.
111113

112114
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.
113-
114-

0 commit comments

Comments
 (0)