Chapter 15 Notes

Title: The Interactive Interface

Summary

So much ado about Labels and the text in them.

Programming Concepts Summary

Eight Views for this chapter.

Data Type

Views

Double

Slider, Stepper

Boolean

Switch

String

Entry, Editor, SearchBar

DateTime

DatePicker, TimePicker

Additional views covered later

Not covered:

Programs

Program SliderDemo

Page 41.

Concepts:

  1. Shows that text wraps inside a label be default.
  2. Shows the use of Device.OnPlatform for padding.

Classes:

  1. Label is demonstrated.

2. RgbSliders 3. TextFade 4. StepperDemo 5. SwitchDemo 6. CheckBoxDemo 7. EntryKeyboards 8. QuadraticEquations 9. JustNotes - This is the most basic program that Android starts with on their site... 10. SearchBarDemo 11. DaysBetweenDates 12. SetTimer