Is it possible to use the Game Manager API (for synchronizing player data) in a Remote Display app? If there is, it doesn't seem like it is mentioned in the docs. The Game Manager API examples show that you need to use some JavaScript on the receiver end to make it work, but if you make a Remote Display app, you don't get the option to do that.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
When using the remote display, as you noted, everything is happening on your phone/tablet so you should use libraries that are available on the android side to manage your game, being Play Services libraries for games or third party libraries.