Questions tagged [television]
479 questions
2
votes
3 answers
What should I take into consideration when developing a website for a TV screen?
Does javascript work proberly? What colors should I avoid? Does flash work as it should? Do .hover .click, etc work as they should? What about TV browsers?
Are there any major gotchas that differentiate developing for the TV form factor, as opposed…

Tomkay
- 5,120
- 21
- 60
- 92
2
votes
2 answers
Enable Developer mode on Tizen TV 2016 [KU6300]
I have a Samsung Tizen TV 2016 model KU6300. As per samsungdforum it can enabled by pressing keys 12345 in remote. But I have a model where only smart remote is available. No numbers keys in this remote.
What is the procedure to enable developer…

abhilash k
- 31
- 1
- 1
- 4
2
votes
1 answer
What is the best way to make an Android TV menu?
I'm currently developing an Android TV app. I find it challenging because you can't just draw a list and have the user navigate with touch. You have to programmatically scroll the list when the user hits the Dpad buttons.
I would like to create…

Marty Miller
- 913
- 2
- 11
- 27
2
votes
1 answer
How to make an Application for Google TV remote in Android Programming?
I have to make Like this remote Application-:Link of App Play Store
I don't have good english comm. that's why i shared a link like this i need to do so please suggest me to how to do approach.1st i was done the step i.e i created the key store and…

RAJAN
- 126
- 1
- 1
- 12
2
votes
1 answer
App name to use for DIAL on Sony TV with Android O/S
Attempting to do DIAL discovery and launch on Sony Bravia TV (Android). NOTE: Not trying to do Google Cast... but trying to use DIAL to discover and launch an installed app. The UDP discovery SEARCH gives me this.
HTTP/1.1 200 OK
CACHE-CONTROL:…

Zebra
- 21
- 5
2
votes
2 answers
disable onClick on recyclerView when is OnlongClick option
How to disable onClick when I click for LongClick?
It's a code from recyclerView, when I try long click I just see that normal click just spamming like hell.
holder.title.setOnClickListener(new View.OnClickListener() {
…

Rodriquez
- 981
- 1
- 7
- 21
2
votes
1 answer
Is there any documentation on the Pinnacle PCTV API?
I need to develop is an application that shows the TV signal along with information on the channel being displayed. My only need is to communicate the app with the card to change channels and get the video.
So, I need to operate a Pinnacle PCTV…

Sebastián Grignoli
- 32,444
- 17
- 71
- 86
2
votes
2 answers
Publish app in LG Store and Samsung Store
Can I publish app for webOS and netcast in one Store once or I need to publish separately for webOS and netcast? And how can I publish app for Samsung smartTV and Tizen once?

user3774795
- 25
- 5
2
votes
1 answer
How to assign c# WPF output to TV screen while another program may be running on the laptop
I am trying to play a video with c# wpf to tv screen from mylaptop.
On the laptop another program may be running.
How can I direct the screen output of wpf to tv screen
while having another program playing something on the laptop's screen ?

SteveTheGrk
- 352
- 1
- 7
2
votes
0 answers
How to convert/Play *.STR files in PC
I recorded a show from my TV on Airtel DTH (in India) in a Pen drive. I can play the recorded show in my TV, however, I am unable to find any way to play the recorded video on my PC.
After searching a lot I came to know that the video is stored as…

Thundrstorm
- 181
- 3
- 16
2
votes
0 answers
Add close caption at swear word from video
I spend many hours to find out a close caption framework for restrict to play a swear word from the video.
What I did so far:
If I am not wrong we can do with two approaches
Embedded captions – because these formats are added to video files at the…

QuokMoon
- 4,387
- 4
- 26
- 50
2
votes
1 answer
Returning MatrixCursor in ContentProvider query method makes Android TV global search crash
I'm trying to make my Android TV app searchable, and I'm testing the global search. I've created a ContentProvider and it's query method is called when I search something. The problem comes when I populate a cursor and I return it, in that moment…

susomena
- 133
- 1
- 1
- 8
2
votes
1 answer
When using RowsFragment, does ObjectAdapter.setPresenterSelector do anything?
I'm using RowsFragment with an ObjectAdapter and I spotted the method ObjectAdapter.setPresenterSelector. However, I've already set my PresenterSelector using RowsFragment.setPresenterSelector, so I'm not sure what ObjectAdapter.setPresenterSelector…

Patricia Li
- 1,346
- 10
- 19
2
votes
3 answers
How to develop for Samsung, Panasonic and LG Smart tv app?
I need to code the front-end development for a smart tv application that will work for Samsung, LG and Panasonic.
I read that Samsung has its own SDK for Eclipse and an emulator but I am not sure if developing it with Samsung SDK will work on the…

ddebie
- 21
- 1
- 3
2
votes
0 answers
android tv remote control key listen
I will try to capture remote control keys on app on android TV, I implemented keydown method like this:
public boolean onKeyDown(int keyCode, KeyEvent event){
if(keyCode == 10010){
Toast.makeText(this, "Button X pressed",…

reqAst
- 75
- 2
- 5