Question

Which of the following statements is false?
a. A ListActivity's default GUI contains only a ListView that fills the screen's client area between Android's top and bottom system bars.
b. If a ListActivity's GUI requires only the default ListView, then you need to define a separate layout for your ListActivity subclass.
c. When customizing a ListActivity subclass's GUI, the layout must contain a ListView with its Id attribute set to "@android:id/list".
d. "@android:id/list" is the name that class ListActivity uses to reference its ListView.

Answer

This answer is hidden. It contains 244 characters.