LithoCollectionItem
A CollectionItem that renders a LithoRenderTreeView.
Constructors
Properties
Contains information about how to render this item
Returns the size constraints that define the measurement boundaries for this collection item. These constraints specify the minimum and maximum width and height values that should be used when measuring and laying out the item.
Functions
Checks if the provided size constraints are compatible with this CollectionItem's current size constraints and measured size.
Binds data and properties to the view when it's being displayed in the collection. This method is called when the RecyclerView needs to display the item at a specific position.
Called when a view has been recycled and is no longer being displayed in the collection. This method should clean up any resources, listeners, or bindings associated with the view to prevent memory leaks and ensure proper recycling behavior.
To prepare the item for rendering in sync way.