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
WebView
Picker
ListView
TableView
Not covered:
- Map
OpenGLView
Programs
Program SliderDemo
Page 41.
Concepts:
- Shows that text wraps inside a label be default.
Shows the use of Device.OnPlatform for padding.
Classes:
- 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
