Question

Which of the following statements is false?
a. To display the Cursor's results in a ListView we create a new CursorAdapter object which exposes the Cursor's data in a manner that can be used by a ListView.
b. SimpleCursorAdapter is a subclass of CursorAdapter that's designed to simplify mapping Cursor columns directly to TextViews or ImagesViews defined in your XML layouts.
c. You must use standard layout resources for ListView items.
d. You call inherited ListActivity method setListAdapter to bind a ListView to a CursorAdapter, so that the ListView can display the data.

Answer

This answer is hidden. It contains 114 characters.