Questions tagged [android-tv]

Android TV is a smart TV platform running the Android operating system. It provides an interactive television experience by overlaying user interface on top of existing television programming. Use android-tv for questions specifically on the TV platform and not for general Android questions.

Android TV is a smart TV platform running the Android operating system. It provides an interactive television experience by overlaying user interface on top of existing television programming.

1380 questions
8
votes
1 answer

How to show numeric software keyboard on Android Tv?

I am trying to show numeric software keyboard on Android Tv when edittext is focused. I have already tried…
alian
  • 204
  • 1
  • 12
8
votes
5 answers

android tv -Reloading adapter data

I want to re-load some of the rows data in a browse fragment. Basically I want to reset the adapter data without causing a flash like effect in the browse fragment. Any idea how it can be done? Something like notifyDataSetChanged() in list…
prit
  • 643
  • 7
  • 21
8
votes
2 answers

Android TV Preferences Standard

When viewing the Android TV preferences and the built in apps such as YouTube, they appear to use a standard layout as shown here: I cannot find any examples of implementing preferences on Android TV and can not find the above layouts referenced…
Kuffs
  • 35,581
  • 10
  • 79
  • 92
8
votes
3 answers

Resource not found : Theme.Leanback

I'm building android app for Tv and I'm setting theme as a Theme.Leanback is defined in android-support-v17-leanback.jar support library. But when I build my app getting error saying that "Error: No resource found that matches the given name (at…
8
votes
2 answers

Android Tv: get list of channels

I've installed the androidtv-sample-inputs so I can fake some Tv inputs and have some channels and I wanted to get information about that channels, however, when I query to get that information I get an empty cursors. What i've tried so far…
user1139368
  • 89
  • 1
  • 6
8
votes
5 answers

Android Studio / Win8 / ERR_NAME_NOT_RESOLVED

Using Android Studio on Windows 8 x64 (latest stable build). I have an extremely simple project with nothing but a WebView pointed to google.com but everytime I launch the app in the emulator, I get ERR_NAME_NOT_RESOLVED. I've made sure the INTERNET…
znelson
  • 919
  • 1
  • 10
  • 24
7
votes
0 answers

Play Store : How to re-initiate Android TV review after updating app

I published an Android TV app in the play store. I opted in for the Android TV by visiting Setup > Advanced Settings > Release Types. It was later rejected for valid reasons and I received an email. Now, I fixed the issues and published a new…
Suresh
  • 925
  • 1
  • 9
  • 23
7
votes
2 answers

Android TV app can't be installed on Android TV devices

I have already published app on Google Play Store. It can't be found in Google Play Store app on any device running Android TV which I tried. I can find it on Google Play by using its name, but there it can't be installed on my Android TV devices.…
Marek Skóra
  • 113
  • 7
7
votes
2 answers

Is there an ExoPlayer + Leanback library example for using captions?

I have found a few examples that work with Leanback and ExoPlayer and I have all that working but I can't get subtitles/captions to work. The newest Google example I could find (https://github.com/android/tv-samples) has a captions button on the…
casolorz
  • 8,486
  • 19
  • 93
  • 200
7
votes
2 answers

How to customise Header Item of Row in android leanback library?

I am new in Android TV development. I use android leanback library for this. Also I I use BrowseSupportFragment and RowsSupportFragmen. Here I want to customise the HeaderItem shown in the picture. Specially I want to change its font. I check…
sohel.eco
  • 337
  • 2
  • 12
7
votes
1 answer

In Android TV how to Implement fixed size of Header like Youtube TV App

In my TV App, I need to implement the fixed Header in BrowseFragment like Youtube App. Below I have attached the screenshot how I want. I'm implemented purely with Lean Back, my fragment is extended with browsefragment and I'm able to add icon and…
Harish
  • 237
  • 2
  • 10
7
votes
3 answers

Persistent header fragment (disable animation) in Android TV (leanback)

Anyone knows how to achieve the question in the title? The objective is to avoid the animation that results in the Headers bar disappearing as the Leanback app zooms in on the Row Item once a Header has been clicked. setHeadersState of…
Mondego
  • 175
  • 1
  • 11
7
votes
3 answers

Automated Installation of an .apk from the Google Play Store

I'm writing some end-to-end tests of an Android-TV-App using Python and my own implementation of the ADB-Protocol. This works fine so far, I can send commands, get ui-dumps ect. However, since the app is only available on the Google Play Store (I…
Tobias von Falkenhayn
  • 1,355
  • 5
  • 26
  • 59
7
votes
2 answers

Avoid scrolling of first row and first column in recyclerview gridlayoutmanager

Created a two way scrollable gridlayout for a TV app view structure from layout file
DJphy
  • 1,292
  • 1
  • 17
  • 31
7
votes
4 answers

what is a dependency for android.media.tv

I try to move android TV app to Android studio. When I try to compile it, I had some import errors. I couldn't find the dependency that I can add to build.gradle to fix these problem. The list of the imports are: import…
MRM
  • 435
  • 2
  • 10