rubensousa / DpadRecyclerView

A RecyclerView built for Android TV with Compose in mind and as a replacement for Leanback's BaseGridView.
https://rubensousa.github.io/DpadRecyclerView/
Apache License 2.0
136 stars 17 forks source link

Expose ViewHolder focus state #197

Closed rubensousa closed 8 months ago

rubensousa commented 8 months ago

Currently, there's no way to intercept/react to individual focus events without relying on selection listener and checking for focus state.

This is helpful to react to focus gain even if the selection does not change.