Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit 9ccd7e5

Browse files
readme for Xamarin
1 parent 408ac55 commit 9ccd7e5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Xamarin/Readme.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Readme - Code Samples for Chapter 41, Xamarin.Forms
2+
3+
> You can build and run part of the samples if you have a Windows 10 system or a Mac. To build and run all of the samples, you need a Windows 10 system and a Mac.
4+
5+
The sample code for this chapter contains these projects and solutions:
6+
7+
* HelloAndroid (a simple Xamarin.Android project)
8+
* HelloiOS (a simple Xamarin.iOS project for the iPhone)
9+
* BooksAppX (Xamarin.Forms)
10+
* BooksAppX (shared project with views, container registrations, and services)
11+
* BooksAppX.Android (hosting project for Android)
12+
* BooksAppX.iOS (hosting project for iOS)
13+
* BooksAppX.UWP (hosting project for UWP)
14+
* BooksLib (library from the folder *PatternsXamarinShared*, view models and services)
15+
* Framework (library from the folder *PatternsXamarinShared*, generic view models, MVVM core classes)
16+
17+
Requirements:
18+
19+
* For the Android and iOS projects, you can use Visual Studio for Mac and a Mac
20+
* For the UWP project, a Windows 10 system is required
21+
* To compile the iOS projects, a Mac is required - also if you use Visual Studio on Windows
22+
23+
To build and run the samples with Visual Studio, please install:
24+
25+
* Visual Studio 2017 Update 5 with the workload **Mobile Development with .NET**.
26+
27+
28+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp7)
29+
30+
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.
31+
32+
Thank you!

0 commit comments

Comments
 (0)