Make cast of complete apps

0

I've seen that there is a lot of code on the internet to add cast functionality to an Android app. However, they all serve to make multimedia content cast, but I would like to cast the entire app (that is, to see the app on television as it is). Therefore, I would like to know if this is possible and, if so, how it could be done.

    
asked by pepito 07.07.2017 в 08:37
source

2 answers

1

I do not know if I understood you very well, but look at this package (CastRemoteDisplay-Android) from the official android documentation. Package: link Documentation: link

    
answered by 07.07.2017 в 09:35
1

You can programmatically use the Google Cast SDK

link

Here you can see examples of implementation.

link

A non-programmatic way is to use a Chromecast

link

link

    
answered by 07.07.2017 в 11:32