tv-samples icon indicating copy to clipboard operation
tv-samples copied to clipboard

Multiple samples showing best practices in app development on Android TV.

Results 54 tv-samples issues
Sort by recently updated
recently updated
newest added

Hi team while playing the content If i am doing continuously forward and backward i am facing the Exoplayback Exception. Below I am sharing the some details and I am...

Hi I am working on AndroidTV app using LenaBack, I have an issue over working with live-data. I am using RowsSupportFragment to show list of categories containing list of movies....

I opened the clone and it started updating gradle and said it needs updating . But looks like code has lot of errors due to lot of changes in supporting...

This PR includes a complete implementation of the JetFit app for TV, following the design provided by Google. The design details can be found at the following link: [JetFit TV...

Hi, I've a question - in this commit https://github.com/android/tv-samples/commit/dca953ee160ec048eab3dba959797785966c2642 you've removed the tv-foundation dependency and you've replaced TvLazyRow with LazyRow. We did that in our app as well and noticed...

some time isListFocused is false, 5th or 6th background image disappears when going from left to right

When utilizing the immersive list component on Android TV, the row expands upon selection. However, it fails to scroll to the top of the screen, resulting in the ImmersiveListScope occupying...

- The `bringIntoViewIfChildrenAreFocused` modifier uses `composed` function. - The `composed` function causes the whole modifier chain to be re-composed every time. - The `bringIntoViewIfChildrenAreFocused` modifier should switch its implementation to...