BenTilbrook
BenTilbrook
This issue keeps coming up for me. Is there anything we can do to help move it along?
Might also need to expose `RecyclerViewContainer`, and perhaps a factory function for creating the `ViewHolder`s. I'd like to look into this a bit myself later, since I want to carefully...
This is part of a wider problem, which is ensuring composed adapters with stable item IDs form a composite adapter whose ID ranges don't accidentally overlap. If they overlapped it'd...
Added #50 to track this potential solution.
This unfortunately wouldn't cover many common cases, such as string IDs, or even integer IDs generated on a remote database, since communicating the bounds typically wouldn't be possible. Thankfully, I...
Exactly. Currently you can use `DividerAdapterBuilder` or the Kotlin extension function `addDividers` to achieve this. It's got a couple of issues, though: * It inserts 1 view per divider, which...
Not sure what you mean by that. Can you clarify?
Ah, gotcha. My thoughts so far are to use the same logic that `PowerAdapter`s already use internally to manage the offsets. So the final `ItemDecoration` effectively delegates each draw call...
Virtual time control would be very useful. There are many useful applications of this. For example, verifying appearance at the endpoint of an animation. In fact, any time you'd use...
Appears to be a similar issue to #103.