Questions tagged [android-jetpack-compose-tv]

Jetpack Compose for TV is Android’s modern toolkit for building native declarative UI for TV using the framework made by Google.

Check out Compose for TV packages which makes it simpler to use Jetpack Compose to build TV applications.

Links

34 questions
0
votes
0 answers

How to remember focused element on lazyRow when it is not focused? Jetpack compose android

I would like to make lazyColumn with lazy rows which will be scrolled separately. Also one element would have focus with scrolling. but when I would change focus on other row I would like to remember position of focused element before, and come back…
0
votes
0 answers

how to detect focus change unsuccessful in Jetpack Compose?

I'm building an app for Android TV. What I want is a way to detect focus change unsuccessful on DPad press UP. The use case is for any page, when user focus on the top-most item and pressing UP. If the focus is not changed after key press, I will…
Mars
  • 873
  • 1
  • 11
  • 24
0
votes
1 answer

How to scroll a LazyRow faster using the dpad?

I'm trying to implement a carousel component on Android TV with Compose, and I have a problem with fast scrolling using the dpad. NB: I want to keep the focused item as the first displayed item on the screen. Here is a screen capture: The first 5…
0
votes
1 answer

Jetpack Compose: Firing onClick events using a remote control in Android TV

I'm building my Android TV app using Jetpack Compose, and I'm trying to fire some onClick events on some Text components. I've implemented the Modifier.focusable, so it can be focused using the remote control, and I've implemented Modifier.clickable…
1 2
3