SlideShare a Scribd company logo
Views: Part 1
View
View
This class represents the basic building
block for user interface components
“A Big Mom”
Lab: Change Background
TextView
TextView
Displays text to the user and op;onally
allows them to edit it. A TextView is a
complete text editor, however the basic
class is configured to not allow edi;ng
Lab: Change text’s color & text’s style
Lab: Html.fromHtml
More Examples
Rule 9:
Always set textSize for TextView
EditText
EditText
EditText is a thin veneer over TextView
that configures itself to be editable.
Lab: Input Type
Bu8on
BuHon
Represents a push-buHon widget. Push-
buHons can be pressed, or clicked, by
the user to perform an ac;on.
Lab: Handle Click
TextView & EditText & Bu8on
Mash up !
CheckBox
CheckBox
A checkbox is a specific type of two-
states buHon that can be either
checked or unchecked
RadioBu8on & RadioGroup
RadioBuHon
A radio buHon is a two-states buHon
that can be either checked or
unchecked. When the radio buHon is
unchecked, the user can press or click it
to check it. However, contrary to a
CheckBox, a radio buHon cannot be
unchecked by the user once checked.
Radio buHons are normally used
together in a RadioGroup.
Lab: Simple Calculator
Mash up
some more !
ProgressBar
ProgressBar
Visual indicator of progress in some
opera;on. Displays a bar to the user
represen;ng how far the opera;on has
progressed; the applica;on can change
the amount of progress (modifying the
length of the bar) as it moves forward.
Switch
Switch
A Switch is a two-state toggle switch
widget that can select between two
op;ons. The user may drag the "thumb"
back and forth to choose the selected
op;on, or simply tap to toggle as if it
were a checkbox.
ToggleBu8on
ToggleBuHon
Displays checked/unchecked states as a
buHon with a "light" indicator and by
default accompanied with the text "ON"
or "OFF".
Rarely used

More Related Content

DOCX
resume word
PDF
Chapter 11 - Styling Theming
PPTX
Faierman gladys cam_studio
PDF
Chapter 9 - Resources System
PDF
PDF
Chapter 10 - Views Part 2
PDF
Chapter 7 - Debugging part 1
PDF
Chapter 5 - Layouts
resume word
Chapter 11 - Styling Theming
Faierman gladys cam_studio
Chapter 9 - Resources System
Chapter 10 - Views Part 2
Chapter 7 - Debugging part 1
Chapter 5 - Layouts

Viewers also liked (6)

PPTX
Faierman gladys ardora
PPTX
Sel and other programs
PDF
Chapter 12 - Activity Intent
PPTX
Proceso de comunicación 3
PDF
Chapter 8 - Dimension Units
PDF
Chapter 4 - How to Think Like Android Developer Designer
Faierman gladys ardora
Sel and other programs
Chapter 12 - Activity Intent
Proceso de comunicación 3
Chapter 8 - Dimension Units
Chapter 4 - How to Think Like Android Developer Designer
Ad

Similar to Chapter 6 - Views Part 1 (10)

PPT
Textbox n label
DOCX
Android interface elements and controls-chapter8
DOCX
Lecture6 oopj
PPT
WPF Controls
PDF
Office2007 Overview Express
PDF
Office2007 Overview Express
PPTX
Tugas testing
PPT
Vb basic
DOCX
The visual studio start page is shown in the figure below
PPT
Swing jecrc
Textbox n label
Android interface elements and controls-chapter8
Lecture6 oopj
WPF Controls
Office2007 Overview Express
Office2007 Overview Express
Tugas testing
Vb basic
The visual studio start page is shown in the figure below
Swing jecrc
Ad

Recently uploaded (20)

PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
01-Introduction-to-Information-Management.pdf
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Presentation on HIE in infants and its manifestations
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Institutional Correction lecture only . . .
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Complications of Minimal Access Surgery at WLH
Microbial disease of the cardiovascular and lymphatic systems
Supply Chain Operations Speaking Notes -ICLT Program
A systematic review of self-coping strategies used by university students to ...
O7-L3 Supply Chain Operations - ICLT Program
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Final Presentation General Medicine 03-08-2024.pptx
01-Introduction-to-Information-Management.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Presentation on HIE in infants and its manifestations
Computing-Curriculum for Schools in Ghana
Institutional Correction lecture only . . .
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Microbial diseases, their pathogenesis and prophylaxis
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
Complications of Minimal Access Surgery at WLH

Chapter 6 - Views Part 1