How to playing youtube remote video urls on google tv for my android app - google-tv

Iam new to developing apps on google tv.I want to run my android movies app in google tv.So,how to develop my movies app on google tv and playing youtube movies from given remote url when click list of mvies in google tv.Please give the suggesstions or sample code

See Google TV Developer guide:
https://developers.google.com/tv/android/
and sample apps:
https://developers.google.com/tv/android/docs/gtv_demo_samples

Related

Google action not working in iphone's Google assistant application

I am developing Google Action. I am able to test with google assistant in android mobile successfully. But when I use my action in Iphone google assistant i am not able to access my google action. it says "to let me read out that information, turn on personal results in the google Home app". But I don't have Google home app. in android it is working without google home app. Is there any steps or settings need to change to make it work?

Personal results for Actions on iPhones

We just launched a new Action on Google “Share Now” which works great on android phones and the Google nest hub. However, when we try to open it on iPhones, we get this the following message:
To let me read out that information, turn on personal results in the Google Home app.
In the Google Home app, I have this setting for all my speakers, but I can’t find it for the phone. Googling also only shows results for the speakers and not the iPhone. Does anybody know where personal results can be turned on for iPhones?
Thanks!
The Setting can be found in your Google Assistant app and not in the Google Home app. In the Assistant app Profile -> Devices -> iPhone (or name of your iPhone)

Code to play Youtube video in Google Assistant

How do we play videos from YouTube as a response to google assistant app?
As of now, if I say suppose Talk to Gurudev on google assistant app, it shows some videos, when I click them, they open as pop up on google assistant.
How do we achieve this feature in our app using dialogflow and fulfillments?
You can currently play audio files only in Actions on Google (see here). However, you can add a link to a YouTube video and clicking it will open YouTube and play the video. You can use a BasicCard or Carousel for that.
Not all features of the Google Assistant are available to developers.

How to link android app in facebook api

So I have an app that is live on the app store and google play. I have no programming skills so the programmer I hired did all the work. Recently we ran into a road block because we don't know how to direct the users to the google play store when they click on the notification link on an android phone.
Here is a screen shot: http://screencast.com/t/ubiqG4upYz
When the users are on an iphone device. Tt directs them to the app store. We're just trying to figure out how to do the same for android users.

Force any link in Google Maps API to open in iPhone Safari

I am using Google Maps API V3 in my PhoneGap app using jQuery Mobile
Problem is when I click on ANY links inside the map view, including the Google logo and Google terms and conditions link the link takes over the app.
How can I force all links to open into iPhone Safari.