Multiple Choice
Which of the following is NOT true about class ListActivity?
A) An activity that displays a list of items by binding to a data set.
B) Its layout must be set by calling method setContentView inside onCreate.
C) It contains a ListView object that can be bound to different data sets.
D) A data source that can be bound in a ListActivity can be an array or Cursor holding query results.
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Which of the following Android View sub-classes
Q13: What is not true about the AndroidManifest.xml
Q14: Which of the following is NOT true
Q15: What is the minimum Android SDK version
Q16: Which of the following would you consider
Q18: Which of the following adds a click
Q19: Which of the following is NOT true
Q20: Which of the following statements are correct
Q21: Which of the following are constants for
Q22: Which of the following statements is correct