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.
我正在使用 Java 开发 android 项目。我制作了从FlashAir wifi 存储卡获取文件的 android 应用程序。使用轮询方法,我刷新文件列表,然后检查是否有任何文件更新,但是当任何文件更新时,我需要来自服务器(FlashAir)端的通知,而不是来自应用程序端的通知,这意味着我不想使用轮询方法应用端。请帮助我。