Select a correct statement about PagedList.


Select a correct statement about PagedList.
A . PagedList is content-mutable. This means that new content can be loaded into an instance of PagedList and the loaded items themselves can change once loaded.
B . PagedList is content-immutable. This means that, although new content can be loaded into an instance of PagedList, the loaded items themselves cannot change once loaded.
C . PagedList is content-accidental. This means that new content can be loaded into an instance of PagedList and the loaded items themselves can be changed to accidental values randomly.

Answer: B

Explanation:

Reference: https://developer.android.com/topic/libraries/architecture/paging/ui

Leave a Reply

Your email address will not be published.