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
-1
votes
2 answers

how to launch amazon prime video app on android TV using Intent

I'm trying to launch Amazon Prime for TV app (https://play.google.com/store/apps/details?id=com.amazon.amazonvideo.livingroom) from within my own Android TV app. Unfortunately, PackageManager.getLaunchIntentForPackage() returns null. // called…
Piotr Śmietana
  • 393
  • 2
  • 19
-1
votes
1 answer

Cast Device Development

I want to develop a casting device, something like ChromeCast or Roku, to cast content from YouTube and Netflix to the device, I need to know more about which are the available operative systems and which are the hardware(processors and…
-1
votes
1 answer

Navigating in View with RecyclerView

I have application supporting both Android TV and Smartphones In general navigation through app goes fine, but I have one problem with layout like this View with Buttons RecyclerView View with Buttons I want navigate across this view with D-pad (or…
koowalsky
  • 311
  • 1
  • 3
  • 14
-1
votes
2 answers

Ridaex TV's Android 4.4 version doesn't support applications

Ridaex TV comes with Android 4.4 operating system but when I'm trying to install applications from Google Play Store a message pops up saying "Application Unsupported".
-1
votes
1 answer

Cast Netflix video to TV, without Netflix account on it

I'm developing a TV App in android, which need to cast a video on TV netflix, but I have to do that without logged account on netflix tv app. Is it possible?
Rodrigo Salomao
  • 143
  • 1
  • 10
-1
votes
1 answer

Amazon FireTV Stick: Forced 640x480 resolution

I have a FireTV Stick that is plugged into a DVI monitor with an HDMI-to-DVI adapter. Apparently the stick can't detect the monitor's resolution properly. It outputs a non-changeable 640x480 resolution. When I try to change it in the settings, the…
Felix
  • 369
  • 4
  • 15
-1
votes
1 answer

Android box for debugging android TV application

Which Android box is suitable for testing and debugging android TV application? I search some android boxes that links are given below :- https://www.asus.com/us/Home-Entertainment/Nexus_Player/ http://www.mi.com/en/mibox/ Can these devices that is…
Shailesh Kumar
  • 393
  • 5
  • 20
-1
votes
1 answer

NullPointerException on onFocusSearch in BrowseFragment?

I'm working in an Android TV app with a MainFragment that extends BrowseFragment and sometimes it crashes in the method onFocusSearch(View focused, int direction) defined for mOnFocusSearchListener in the BrowseFragment: private final…
-1
votes
1 answer

How difficult would it be to create a listener app for Android TV?

I recently bought a Philips Android TV, and I want to add it to my home automation setup. The expected behavior would be: - Runs in the background, and listens on a certain port for HTTP request. - Upon request by the home automation request (HTTP…
Maxime
  • 143
  • 2
  • 3
-1
votes
1 answer

Recommendation different sizes

I am receiving push notifications from the server which creates recommendation and posts it to the recommendation row. However, the recommendation card is sometimes smaller sometimes bigger. I am loading the images with glide into a Bitmap object,…
parohy
  • 2,070
  • 2
  • 22
  • 38
-1
votes
1 answer

My Mac laptop won't recognize the Nexus player connected to it

I turned on all relevant developer options, but my laptop never recognizes the player when I hook it up over USB. No "Allow debugging from this laptop RSA etc."
ygu
  • 47
  • 5
-1
votes
1 answer

TVInputService HDMI channel are not detected by "Live Channels" app

I have developed a TVInputService for HDMI passthrough Input. And this app has System privilage and part of my Android-TV platform. Also installed "Live Channels" app which should detect all custom TVInputService channels available in system. And if…
Dev
  • 1
  • 1
-1
votes
1 answer

Use more than one KeyEvent in Android

I'm looking to introduce two consecutive keys (first one, then another) within a period of time and store the value of each keycode. The time period would be 3 seconds or more and the keys are numbers only. In this code I've only got numbers from 1…
-1
votes
1 answer

How to develop apps for android TV (KitKat and below)?

The minimum SDK version for developing apps for Android TV is limited to 5.0 (lollipop) in Android Studio. Then how to develop for lower platform versions?
-1
votes
1 answer

Real 4K in Android TV

I need create an application for Android TV with function slideshow. Images on the screen to be displayed in the resolution of 4K. And it's problem. For testing, I choose the model SONY BRAVIA X90C. First of all, I tried to create a Web application…
Anton
  • 1
  • 1
1 2 3
91
92