Reputation: 505
is it possible to create a connection between an Android app and a Samsung Smart TV app to transfer data between both apps? I have already found the NService API, but it looks like that it can be used between Web Apps only and not with an Android app. Are the any other possibilities?
Thanks.
Upvotes: 0
Views: 922
Reputation: 1055
Yes of course, it's possible with MultiScreen SDK. You create application for Smart TV like a host and client for android phones. From your phone you can find TV, launch Smart TV application and connect to it and send any data using bidirectional transfer. See more:
Upvotes: 1