Tip Calculator App Flashcards

1
Q

a) A ___ can arrange views either horizontally or vertically and size its views proportionally.

A

a) LinearLayout

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

b) Use a(n) ____ to arrange GUI components into cells in a rectangular grid.

A

b) GridLayout

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

c) When working with more complex layouts like GridLayouts, it’s difficult to see the nested structure of the layout and to place components in the correct nested locations using the Visual Layout Editor. The ____ window makes these tasks easier because it shows the nested structure of the GUI. So, in a GridLayout, you can select the appropriate row and add a GUI component to it.

A

c) Outline

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

c) As with all Java programs, Android apps have a main method.

A

c) False. Android apps don’t have a main method

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