@carlw The problem is not "a bunch of fragments", because there is just one fragment per cell, but in this configuration we reuse the same fragment for different items, so when the item change we must also make sure to unbind from the old item. I gave an example of this some days ago. This is the correct way to handle this, but I want it to be smoother 🙂