Top "Google-tv" questions

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

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 …

sony google-tv
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 …

android google-tv
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 …

android android-studio google-tv android-tv
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://…

google-tv samsung-smart-tv design-guidelines
How can I connect to an IPv6 address on Android?

On Android, I'm using HttpClient to connect to a web address like so: String url = "http://[fe80::1cef:49e7:2661:ffda]:7001/…

android ipv6 google-tv
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, …

android google-tv
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. …

android opengl-es google-tv
How Do I install an Android app on Google TV?

I have a Google TV developer's box from Google and I'm trying to install an Android app on the Google …

android google-tv
How can you access external memory on Google TV

I'm developing using a Sony Internet TV as a development device, which has 4 USB ports. All or no ports can …

android google-tv
How to use D-pad navigate switch between listview's row and it's decendants (Google-TV support)

I have a listview which has an imageview inside each list item, when user click on that imageview, it will …

android android-listview google-tv