close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
308 views

Problem: I'm developing an Android TV app using Jetpack Compose with ModalNavigationDrawer. When the drawer opens, I want the focus to automatically move to the currently selected NavigationDrawerItem ...
andreich's user avatar
  • 1,262
0 votes
0 answers
225 views

I am developing an Android TV app using Jetpack Compose and D-pad navigation. My main screen UI looks like this: A Column as the main container The first item is a TVLazyRow or a normal LazyRow (...
Meet's user avatar
  • 1,065
0 votes
2 answers
484 views

I am working on a TV app with many LazyRows of content. Most are static, but some can be changed depending on the user's actions. For example, a Keep Watching row with Cards that lead to content the ...
Jessica's user avatar
1 vote
0 answers
183 views

I am using ExoPlayer (Media3) in Android TV with compose, a streaming application, but when Accessibility/Talkback is ON, DPAD events are not being captured at client side, only back/Enter/Center ...
Ram Prakash Bhat's user avatar
2 votes
2 answers
537 views

I'm trying to preview my Jetpack Compose layout on a TV device configuration (TV_720p), but despite specifying TV_720p as the device, the preview in Android Studio still looks like a mobile phone. ...
Mahdi Iranmanesh's user avatar
1 vote
1 answer
466 views

I use a LazyColumn which contains several LazyRow. When the focus moves to another row, for example, from row A to row B, I need to restore the last focused position in row A; And when the focus is ...
Joseph Hsiao's user avatar
1 vote
1 answer
136 views

There is such a screen (Android TV) I need to implement the following: When the screen opens, the focus should be on the first view in the left panel (Left Panel: 0). The user can navigate (with the ...
Sirop4ik's user avatar
  • 5,293
1 vote
0 answers
495 views

Using jetpack compose to create an APP for TV platforms and I've been trying to create a Vertical List of Horizontal Lists using a LazyColum/LazyRow having a enter Focus (first item Top Left), when ...
daduck's user avatar
  • 386
0 votes
1 answer
171 views

Here is what i want my TvLazyColumnn to Look like: I need to show the last passed item which is not a problem but i also want to show the title of the TvLazyColumnn to match to the start or the ...
Bharat Kumar's user avatar
0 votes
0 answers
139 views

TvLazyColumn{ item{ // item1 Banner video playing } item{ //item2 Row data } item{ //item3 Row data } } My requirement is while open screen , i want to ...
Venkatesh Chennampalli's user avatar
0 votes
1 answer
177 views

I have a TvLazyColunm and inside that many TvLazyRows ComposeTvAppTheme { // A surface container using the 'background' color from the theme Column(modifier ...
Bharat Kumar's user avatar
1 vote
1 answer
2k views

Consider the following code : val tvListState = rememberTvLazyListState() val coScope = rememberCoroutineScope() Column{ TvLazyRow( horizontalArrangement = Arrangement.spacedBy(15.dp), ...
Rahul Rawat's user avatar
0 votes
1 answer
115 views

I would like to animate the title of a row in a TVLazyColumn depending on whether it is the one in focus or not. I can't find how to get which item in the column has the focus.
Code Rebel's user avatar
1 vote
0 answers
256 views

I am using TvLazyColumn to render multiple rows and TvLazyRow to render multiple items inside each row. I am able to render data however the app crashes sometimes when user scrolls fast using ...
Prathamesh Talathi's user avatar
3 votes
0 answers
425 views

I have this compose code: @Composable fun TabItems( viewableViewState: ViewableViewState.Ready, onPlayClicked: (viewableInterface: ViewableInterface) -> Unit, modifier: Modifier = ...
Rob's user avatar
  • 71

15 30 50 per page