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
0
votes
1 answer

onListItemClick and onItemLongClick Google TV

Both the methods are being called when I do a long click on Google TV, but only the appropriate one is called with the same code on a tablet. Any ideas how to handle onItemLongClick without triggering onListItemClick on GoogleTV? @Override …
taraloca
  • 9,077
  • 9
  • 44
  • 77
0
votes
1 answer

DPad on map controls Google API v3 in webview

I have a webView that I am displaying Google v3 API map inside. I have panControl and zoomControl that I need to navigate with the dPad. From my menu, I navigate right arrow and the dPad enters the webview on the left arrow of the panControl. …
taraloca
  • 9,077
  • 9
  • 44
  • 77
0
votes
1 answer

DPad Nav Preference Screen Google TV

I have preferences created from XML and preferenceFragment and left-hand navigation. When I choose "Settings" my pref fragments comes out...I can use DPad to move up and down, when there are no more choices on the bottom, the cursor stops (desired…
taraloca
  • 9,077
  • 9
  • 44
  • 77
0
votes
1 answer

Google Tv + SIP/VOIP (android.software.sip)

I am developing one "Client Ims-Sip" for Google Tv in android . To create this, it's necesary -> SIP/VoIP (android.software.sip) But I don't know if that feature is supported for "Google Tv 2.0" Any one can help me? If it is possible and any one…
user1040363
  • 139
  • 1
  • 8
0
votes
1 answer

ABI Type armeabi is unknown for target null in Android Google TV avd

When I update the GoogeTV Avd using android commands I get this exception Exception in thread "main" java.lang.IllegalArgumentException: ABI Type armeabi is unknown for target null at…
Bader
  • 3,656
  • 9
  • 38
  • 55
0
votes
1 answer

Android LeftNavBar OptionsMenu Doesn't Work on Device

I downloaded the GoogleTV LeftNavBar library and demo: http://code.google.com/p/googletv-android-samples/ But I'm seeing odd behavior. When i build and run the demo app on my Galaxy Tab 10.1 (Android 3.1), the options menu never shows (even after I…
Jon
  • 462
  • 5
  • 14
0
votes
1 answer

Styles for Google TV and Honeycomb Tablets

I want my application to run on tablets and Google TV. I have made my layouts, pertaining to positioning, all depend on weights to handle scaling appropriately. My intent now is to place my text styles (size, color, etc...) in style sheets. Will…
taraloca
  • 9,077
  • 9
  • 44
  • 77
0
votes
1 answer

Is it possible to create a custom home screen launcher in google tv?

Is it possible to create my own custom home application on google tv?
Jimtronic
  • 1,179
  • 1
  • 9
  • 22
0
votes
0 answers

Google TV remote volume up/down not registering

Hey all I have been trying to get my remotes volume up/down buttons to register in my app but they never seem to do anything when I press them? I have tried: public class CallBroadcastReceiver extends BroadcastReceiver { @Override public…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
1 answer

Width of Action Bar in Google Tv Android

How change the ActionBar's Width in Google TV addon [Honeycomb 3.1]?
user981122
0
votes
0 answers

How to implement a DIAL launch on Android TVs and Google TVs?

Since we are struggling to get support for this (we tried Google Developer Support and the DIAL "Contact Us" Google Forms: http://www.dial-multiscreen.org/contact-us) I writing here in hope that someone from the community can help us. We are trying…
0
votes
0 answers

Leanback row transparent color for cards

Hey all I am trying to figure out how to change the background color of the items that are not currently in focus in my Leanback app: The selected row has the transparent color so that only the box art is showing. However, the issue is the row that…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
0 answers

Android TV MediaController notifies properly, but Google TV no longer works

I have a NotificationListenerService with the appropriate permissions. On Monday morning (June 12th) everything was working fine and had been working for about a month, but then sometime mid Monday things got wonky without any code…
Goigle
  • 138
  • 13
0
votes
0 answers

Android Glide highlight selected image for Google TV

Hey all I am trying to figure out how to highlight the current focused image I am on when using a d-pad/remote control. This is on an Android/Google TV so I need to know what image has focus/what image I am currently on. I've googled and this is the…
StealthRT
  • 10,108
  • 40
  • 183
  • 342
0
votes
0 answers

How to write animation or activity transition on android TV as shown in figma file?

I am trying to create a android TV app and while coding, how to add those transition shown in figma in android TV? Everything is custom code and not used any leanback or any other. In figma, designer has added : on click -> smart animate -> gentle.…