Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要实现一个从网站/网络服务接收通知的 Android 应用程序。
我想写一个可以在后台运行的Android服务。为了能够接收消息。我不知道最好的处理方法。每秒轮询一次n服务器更好还是有更好的解决方案,例如自定义消息的广播接收器?
n
使用GCM,其他任何东西都会浪费电力。
当您的服务器告诉 Google 这样做时,这将向您的应用程序发送一个 Intent。