Tip Calculator App Flashcards Preview

Android How to Program > Tip Calculator App > Flashcards

Flashcards in Tip Calculator App Deck (4)
Loading flashcards...
1
Q

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

A

a) LinearLayout

2
Q

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

A

b) GridLayout

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

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