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 I want to create a kiosk app to run on a TV box(x96q). Can someone point to some documentation explaining how to do it on Android TV ? I...

seek time duration text fix. removed extra ':' for duration less than hour

Sometimes JetStream's home screen crashes when I move focus from the Iist in the ImmersiveList to other lists. The following is the stack trace: ``` java.lang.IllegalStateException: node attached multiple times...

This Pull request integrates Engage SDK with TV samples app. In the current implementation, we are making use of `androidx.tvprovider` to update the Watch Next program row on a TV...

To access APIs of tvprovider library without warnings. Bug: 138150076

To access APIs of tvprovider library without warnings. Bug: 138150076

Not an issue, Just a question. I have a login page that i would like to set the focus on the username box automaticly on page load? i have tried...

According to the code, subtitles should be displayed by default if they are defined in `movies.json`. And in the example there are this subtitles defined for every sample movie: ```json...

In the JetStream tv app sample, it has a createInitialFocusRestorerModifiers() function which acts as the focus restorers of a TvLazyRow/Column for its children. When I tried to scroll to the...