我喜欢在 android 中编写一个程序,将通知从 web 发送到 android 应用程序。我听说在 Web 到 android 中有两种类型的通信是可能的。一种是使用 GCM 和(Google Cloud Messaging),另一种是使用 Web 服务通信。所以我想知道 GCM(谷歌云消息传递)在 android 编程中是否比 web 服务通信有任何优势。
我喜欢在 android 中编写一个程序,将通知从 web 发送到 android 应用程序。我听说在 Web 到 android 中有两种类型的通信是可能的。一种是使用 GCM 和(Google Cloud Messaging),另一种是使用 Web 服务通信。所以我想知道 GCM(谷歌云消息传递)在 android 编程中是否比 web 服务通信有任何优势。