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.
我了解 AsyncTask 的实现。我想要实现的是在应用程序不活动或用户空闲时添加后台进程。那可能吗?我需要通过较慢的互联网连接下载大量数据,因此我希望我的进程在后台运行。
请提出一些建议。
我想要实现的是在应用程序不活动或用户空闲时添加后台进程。那可能吗?
Android中没有“用户空闲”的真正概念。
我需要通过较慢的互联网连接下载大量数据,因此我希望我的进程在后台运行。
使用IntentService.
IntentService