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.
我找不到有关如何使用 AsyncTaskLoader 从 SQLite 中的表加载游标的教程。有人可以帮我看一些文件吗?
谢谢
如果你觉得 AsyncTaskLoader 有点困难,你可以选择AsyncTask 。这很容易实现。检查上面的链接。
你可以看到这篇文章给出的答案。我建议使用 Loader 框架(这里是开发者页面的教程)。您将必须实现一个 ContentProvider。如果您真的想避免实现 ContentProvider,请执行第一个链接中提到的操作。