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 应用程序以接收通知?
使用数据库 phpmysql,如何与我的 android 应用程序进行通信?谢谢大家的安全回复
尝试查看 Google Cloud Messaging,您的服务器可以将通知推送到特定设备或向您的所有设备广播消息,说明您的服务器上发生了某些事情。