oleksandrbalan / programguide

Lazy layout to display program guide data on the two directional plane.
Apache License 2.0
39 stars 7 forks source link

Android TV Focus? #18

Open techker opened 2 weeks ago

techker commented 2 weeks ago

How can we use this on tv?there is no Focus for navigation with Dpad?is there a way to add it without touching the libs?

oleksandrbalan commented 2 weeks ago

I would recommend to add an onFocusChanged modifier to your composables for program cell / channel / timeline, and use an appropriate ProgramGuideState::animateTo* method for each.

Check my answer here https://github.com/oleksandrbalan/programguide/issues/8#issuecomment-1810123264