【发布时间】:2015-07-11 23:00:30
【问题描述】:
我想使用Cast Presentation 将我的片段(实际上包含地图)发送到屏幕上,并看到它像在我的手机上一样工作......
我该怎么做?
【问题讨论】:
-
有什么解决办法吗?
-
@gmartinsnull nope
标签: android android-fragments fragment chromecast
我想使用Cast Presentation 将我的片段(实际上包含地图)发送到屏幕上,并看到它像在我的手机上一样工作......
我该怎么做?
【问题讨论】:
标签: android android-fragments fragment chromecast
使用 Google Cast 远程显示 API:https://developers.google.com/cast/docs/remote
您应该能够添加通常会添加到 Activity 的任何视图。
【讨论】: