Questions tagged [google-tv]

Google TV integrates Google’s Android operating system and the Linux version of Google Chrome browser to create "a new experience for television". - Wikipedia

Google TV combines Android with unique TV applications (Google Play, Chrome, TV search, and others) to open the living room to the web, making all television content more relevant and engaging.

With Honeycomb (Android 3.1), this is an opportunity to create an application for multiple devices. With minimal adjustment, you can build an app for Google TV as well as for Android tablets and phones.

Google TV has been surpassed by Android TV

Resources: (2012) Google TV Site. http://www.google.com/tv/publisher/develop/android.html

482 questions
52
votes
1 answer

ADB connection to an AndroidTV

I've just got a Sony KDL-43W800C, and I intend to develop some apps for it, however I can not find any information on how to attach to it using adb for installing apks and getting the logs etc. What am I missing?
Matthew Huck
  • 563
  • 1
  • 4
  • 7
44
votes
1 answer

Firebase reporting GoogleTV for some iOS users

We are seeing a large percentage of our analytics report Google TV in our iOS application. Since we in no way support Google TV, this has to be a error. We have followed the firebase install, and never saw a place to force the model, does anyone…
Rob Bonner
  • 9,276
  • 8
  • 35
  • 55
24
votes
4 answers

Converting from GLSurfaceView to TextureView (via GLTextureView)

When Android 4.0 (Ice Cream Sandwich) was released, a new view was introduced into the sdk. This View is the TextureView. In the documentation, it says that the TextureView can be used to display content for an OpenGL scene. When you look up how to…
William Goodale
  • 611
  • 1
  • 5
  • 6
18
votes
2 answers

How do I get the OnClickListener working on a custom view with a RelativeLayout?

Question Hello, i have built a custom view with a RelativeLayout to use it as custom image button. So far, selecting it works (PIC2) and even when I click it (using GoogleTV Remote), the view successfully changes it's state to PIC3 (thanks to…
Sebastian
  • 623
  • 1
  • 6
  • 12
16
votes
1 answer

Mechanism for apps to display their image content in native 4k

As I understand that currently UHD video content is streamed on 4k TV mostly using HEVC codec. I want to understand how can apps which have UHD image content can display their image content in native 4K? What I am exactly looking for is rendering…
Sushil
  • 8,250
  • 3
  • 39
  • 71
15
votes
1 answer

How should I encode content for Google TV using HLS?

HLS is a feature of Google TV 3.2, what's the best way to encode my content to be viewed on a Google TV?
14
votes
4 answers

How do I fix Html.fromHtml link focus visibility problems (in ICS and Honeycomb)?

To get a TextView to display (and act friendly with) Html strings my code looks something like: // itemHtml is a String of HTML defined above TextView itemContent = (TextView)…
13
votes
1 answer

Android TV not starting LAUNCH_LEANBACK Activity

I want to create a single apk that will be compatible with mobile and TV. As I understand I should specify the launcher activity for both platforms in manifest, one for mobile with ,…
Mickey Tin
  • 3,408
  • 10
  • 42
  • 71
12
votes
2 answers

Android MediaPlayer/VideoView w/Subtitles (SRT)

Does Android's MediaPlayer support SRT subtitles? I've attempted to place the SRT file in the same directory as the video file and name it the same (with the exception of the extension of course), but haven't had any luck getting them to display. …
ajporterfield
  • 1,009
  • 2
  • 10
  • 23
11
votes
3 answers

Android devices: asura, eagle, and ka

In the application statistics page for one of my Android apps on the market I am seeing devices called asura, eagle, and ka. This app is available for Google TV where as my others are not so I assume that these refer to different models of Google TV…
Bostwickenator
  • 380
  • 2
  • 11
11
votes
3 answers

Google TV - is designing for efficiency as important as it is with handsets/tablets?

First of all, I am not asking "is it OK if I totally forget about efficiency when writing an application for a Google TV". I would never do that! :) But I'm still curious: what are the differences between developing something for a Google TV and a…
Alex Lockwood
  • 83,063
  • 39
  • 206
  • 250
11
votes
2 answers

Complex Android UI design guidance needed (fragments)

I am developing an applications that is aimed at Tablets and Google TVs. It will be like many standard Google TV applications with a LeftNavBar and a top Search bar that is common to all application screens. It will look something like the following…
Aamir
  • 1,747
  • 5
  • 26
  • 50
11
votes
8 answers

Creating a single SmartTV app for multiple platforms?

I want to develop a SmartTV application for the GoogleTV platform and i've been browsing trough the GoogleTV Guidelines (https://developers.google.com/tv/android/). However, i don't want GoogleTV to be my only platform. I also want the same app to…
K120
  • 341
  • 2
  • 3
  • 6
10
votes
4 answers

Identify GoogleTv from Android app

Is there a way for an Android app to tell in the Java code if it is running on GoogleTV vs tablets or phones?
miguel
  • 16,205
  • 4
  • 53
  • 64
9
votes
1 answer

Android SDK 14 - Can't Create GTV device

I'm a Google TV developer, and today, shortly after the android sdk 14 was released, I updated everything, from the android sdk to the eclipse ADT. Since then, I can't create a Google TV virtual device. I came to the point where I completely deleted…
Joao Sousa
  • 4,055
  • 1
  • 26
  • 29
1
2 3
32 33