chromecast - Cast Entire Android Screen using Cast API -


is there way cast entire android screen chromecast using cast api? not want implement custom receiver, mirror tablet/device screen tv pressing button on app.

you need use remotedisplay apis , build local view on phone (which doesn't need visible on phone, can if want to) , use abovementioned apis present on tv. that, don't need use custom receiver, remotedisplay documentation explains too. note shows view (which part of app) on tv screen; cannot programmatically mirror phone's screen on tv outside of own app (and designated view).


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -