What View allows you to add a very large number of items to a list while still being able to scroll efficiently without slowing the interface?

a. ListFragment

b. ListView

c. ListActivity

d. RecyclerView

d. RecyclerView
RecyclerView allows you to add a very large number of items to a list while still being able to scroll efficiently without slowing the interface.

Computer Science & Information Technology

You might also like to view...

Which of the following routing algorithms would provide the fastest convergence time?

A. A distance-vector algorithm B. A static algorithm C. A link-state algorithm D. A path-vector algorithm

Computer Science & Information Technology

Compare P(A = 1, B = 1|Class = +) against P(A = 1|Class = +) and P(B = 1|Class = +). Are the variables conditionally independent given the class?

Consider the data set shown in Table 5.2.

Computer Science & Information Technology