AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is There a Content Type in RecyclerView?
One of the constraints that drove RecyclerView as well as the earlier list view, which nobody should be using anymore, was avoiding allocations at all costs. Don't ever allocate if you don't need to. Is that also something driving lazy list at all? Like are you avoiding allocations or is there something happening,. but you know, it's not as big a deal as it used to be.Yeah. So I think part of the answer was there is a content type. That's what I was talking about before. Yeah. But I mean, content type just kind of defines for you what's the order of element is. And that means that we reuse these nodes more efficiently when