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.
现在我有一个从互联网读取 xml 文件的应用程序,如何收听这个文件并在服务器端内容发生更改时通知用户?这样用户就不需要按刷新。
尝试使用AlarmManager类和setRepeating方法。 它将帮助您创建用于读取 xml 文件的重复操作。看到这个
AlarmManager
setRepeating