Solved

Which of the Following Is NOT True About Class ListActivity

Question 17

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions