Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2016-08-31 23:41:09
Size: 263
Editor: 71-88-174-29
Comment:
Revision 5 as of 2016-09-01 11:14:46
Size: 786
Editor: 71-88-174-29
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
|| Portable Class Library (PCL) vs. Shared Asset Project (SAP) || 29 ||
|| Doing something different depending on the platform || 35 - 38 ||
Line 10: Line 12:
|| Program === Say Hello p. 20 ===

|| '''Class''' || '''Notes''' || '''Page''' ||
|| App || Inherits from Application - This is where it all starts, but you rarely need to edit it. || ? ||
|| Label || Typical text label || p. 32||
|| ContentPage || This is the "page" that you see that holds Views || p. 34||
|| Device.OnPlatform || The way to do different things for e3ach platform || p. 38 ||

Chapter 2 Notes

Programming Concepts

Concept

Page

Build > Configuration Manager - You will need to edit this every time you create a new program so that you can build and deploy to windows.

22

Portable Class Library (PCL) vs. Shared Asset Project (SAP)

29

Doing something different depending on the platform

35 - 38

Programs

Say Hello p. 20

Class

Notes

Page

App

Inherits from Application - This is where it all starts, but you rarely need to edit it.

?

|| Label || Typical text label || p. 32||

ContentPage

This is the "page" that you see that holds Views

p. 34

Device.OnPlatform

The way to do different things for e3ach platform

p. 38

ManagingAndProgrammingMobileApplications/Xamarin/Chapter 2 (last edited 2016-09-02 22:51:58 by 71-88-174-29)