Question

Which of the following statements is false?
a. When an Activity's primary task is to display a scrollable list of items, you can extend class ListActivity, which uses a ListView that occupies the entire app as its default layout.
b. ListView is a subclass of Adaptera GUI component is bound to a data source via an Adapter object.
c. When use an ArrayAdapter to create an object that populates the ListView using data from an ArrayList collection object, this is known as data binding.
d. Several types of AdapterViews can be bound to data using an Adapter. You can bind database data to a ListView.

Answer

This answer is hidden. It contains 126 characters.