我如何在 android 中使用 Google 的云 Pub/Sub 实时消息服务
How can i use Google’s Cloud Pub/Sub Real-Time Messaging Service in android
I want develop a guess game where user can communicate with each
other like group/one to one conversation and it should be cross platfrom for both android and ios.
所以我在网上搜索并找到了这些
但是我的老板坚持为此使用 google 服务所以我发现
- Google Cloud PubSub:
实时可靠的消息传递和流数据的全球服务
但不幸的是我没有找到 PubSub 的任何合适的演示或启动 android 相反我找到了 PubNub here.
So is there any resource to start with Google Cloud PubSub in android?
After exploring Google Cloud Pub/Sub Client Libraries docs
provided Github sample on their site.
表示目前不支持 Android。
I want develop a guess game where user can communicate with each other like group/one to one conversation and it should be cross platfrom for both android and ios.
所以我在网上搜索并找到了这些
但是我的老板坚持为此使用 google 服务所以我发现
- Google Cloud PubSub: 实时可靠的消息传递和流数据的全球服务
但不幸的是我没有找到 PubSub 的任何合适的演示或启动 android 相反我找到了 PubNub here.
So is there any resource to start with Google Cloud PubSub in android?
After exploring Google Cloud Pub/Sub Client Libraries docs provided Github sample on their site.
表示目前不支持 Android。