Skip to content

Sample code for the 2nd Preview Edition of "Creating Mobile Apps with Xamarin.Forms"

License

Notifications You must be signed in to change notification settings

michael-jia-sage/xamarin-forms-book-preview-2

 
 

Repository files navigation

xamarin-forms-book-preview-2

Sample code for the 2nd Preview Edition of Creating Mobile Apps with Xamarin.Forms.

Chapters of the book can be downloaded from http://developer.xamarin.com/guides/cross-platform/xamarin-forms/creating-mobile-apps-xamarin-forms/.

Notes

Now with Windows Runtime Projects!

As of July 12, all solutions have been upgraded to Xamarin.Forms 1.4.3. Two additional projects have been added to every solution with the suffixes WinApp and WinPhone81. These projects target the Windows Runtime API in Windows 8.1 and Windows Phone 8.1, respectively.

Because Xamarin.Forms 1.4.3 is a stable release, there is no longer a separate windows-runtime branch.

The support of the Windows Runtime API is still in a early state and not working entirely well. In particular, the following problems will be experienced in the sample programs with the WinApp and WinPhone81 projects:

  • Font sizes are somewhat erratic
  • Device.OnPlatform and OnPlatform don't account for the two new platforms
  • The SAP programs in Chapter 9 won't compile
  • Some of the programs in Chapter 13 don't work.

To add the Windows Runtime projects to your own Xamarin.Forms solutions, see http://developer.xamarin.com/guides/cross-platform/xamarin-forms/windows/.

Loading the NuGet Packages

The Xamarin.Forms NuGet packages are not part of these projects. They must be downloaded for each project.

To avoid hassles, start by loading the NuGet packages for the two solutions in the Libraries directory, and building those two projects.

First load the Libraries/Xamarin.FormsBook.Toolkit solution into Visual Studio. Right-click the solution name in the Solution List and select Manage NuGet Packages for Solution. A notice should appear at the top of the Manage NuGet Packages dialog that says "Some NuGet packages are missing from this solution. Click to restore from you online package sources." Click the Restore button and then the Close button. Build the library.

Do the same thing with the Libraries/ElPasoHighSchool solution.

You can then load any of the application projects. For each project, again right-click the solution name, select Manage NuGet Packages for Solution and go through the same process.

Differences with Book

For some programs, there are some differences between the code listings in the PDF book chapters and those in this repository: In Chapter 7, TextVariations is different because beginning with version 1.3.3, there is no longer a distinction between text as the content of the Label tags and text as content of the Label.Text tags. In both cases, whitespace at the beginning and end of the text block is trimmed.

When specifying a local namespace declaration in XAML, it is no longer necessary to include the assembly name. You can include it if you want, but it's been removed from the ColorListView program in Chapter 8, SharedStatics in Chapter 10, and StackedBitmap in Chapter 13.

The deprecated Font has been replaced with FontSize in MonkeyTap and XamlKeypad, both in Chapter 8.

About

Sample code for the 2nd Preview Edition of "Creating Mobile Apps with Xamarin.Forms"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%