Differences between revisions 2 and 3
Revision 2 as of 2016-09-03 00:05:39
Size: 1279
Editor: scot
Comment:
Revision 3 as of 2016-09-03 00:14:05
Size: 1339
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:

<<attachment:VerticalOptionsForStackLayoutContents.png>>

Chapter 4 Notes

Title: Scrolling the Stack

Summary

All about scrolling a page that doesn't fit on the screen.

Programming Concepts Summary

Concept

Page

New Layouts were introduced: AbsoluteLayout, Grid, RelativeLayout, StackLayout, we'll be focusing on StackLayout

60

Scrolling content - Using LayoutOptions.[Start|Center|End|Fill]AndExpand to allow the element that will scroll to fill the space

70

Reflection and Linq to objects to create a list of Labels that show the results of different options

72

Programs

VerticalOptionsDemo

Page

Concepts:

  1. Linq to objects to create an IEnumerable<Label> set.

  2. Reflection

Classes: No new classes yet.

<<attachment:VerticalOptionsForStackLayoutContents.png>>

BlackCat

Page

Concepts:

  1. ?

Classes:

  1. ?

ColorBlocks

Page

Concepts:

  1. ?

Classes:

  1. ?

ColorList

Page

Concepts:

  1. ?

Classes:

  1. ?

ColorLoop

Page

Concepts:

  1. ?

Classes:

  1. ?

FramedText

Page

Concepts:

  1. ?

Classes:

  1. ?

ReflectedColors

Page

Concepts:

  1. ?

Classes:

  1. ?

SizedBoxView

Page

Concepts:

  1. ?

Classes:

  1. ?

ManagingAndProgrammingMobileApplications/Xamarin/Chapter 4 (last edited 2016-09-05 14:34:06 by scot)