gpt4 book ai didi

android - 使用什么: service or threads

转载 作者:行者123 更新时间:2023-11-29 14:56:23 24 4
gpt4 key购买 nike

我正在开发一个 Android 应用程序,它每 n 分钟从 Web 服务获取/上传数据。此上传/下载仅在应用程序运行时完成。但这在未来可能会改变。

下载新数据后,我没有更新 UI。仅当用户在当前屏幕上时才会更新 UI(应用程序有多个 Activity )

我的问题是解决这个问题的最佳方法是什么。我不认为服务是正确的方法,因为它听起来有点矫枉过正(在当前情况下)。 AlarmManager 可能是一个选项。在服务中运行线程是一个选项......类似于 this .

任何指示/建议都会很棒。谢谢

最佳答案

我正在使用 AsyncTask在我向 .net Web 服务询问一些信息的 Activity 中,它有效且易于使用。

AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate threads and/or handlers.

关于android - 使用什么: service or threads,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5889760/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com