MODULE 3 Flashcards

1
Q

Material design uses the concept of _____

A

layers of materials

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Tools and rules for consistency

A

Material design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of layouts:

A
  • LinearLayout
  • ConstraintLayout
  • TableLayout
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

LinearLayout

A

UI items laid out linearly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ConstraintLayout:

A

Constraint handles can anchor elements with each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

TableLayout:

A

Cells with titles and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Building blocks that group UI elements

A

Layouts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Layouts can be activated by _____ method

A

setContentView

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A way to visualize XML without details

A

Component tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Units of measurement that provide a uniform appearance on different screen sizes

A

Density-independent pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Regular sizing uses _____ and font sizing uses _____

A

density-independent pixels | scalable pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Specifies the size of child views in a container

A

layout_weight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Affects the position of items by moving them in a given direction

A

Gravity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ScrollView:

A

Scroll through list of views that occupy more space than physical display

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CardView:

A

Represents photos, text, and links in cards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly