Chapter 10: For the More Curious: A Smarter Adapter with ListAdapter

Can someone provide me a working example? Because I’m unable to create the code of it as easy, they describe it on this one page.

import androidx.recyclerview.widget.ListAdapter

ListAdapter wants always to implement Parcelable. I don’t understand why, and in the book it’s not announced to do that.

Can someone help?