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.
在我的应用程序中,我将 ListView 与 CursorAdapter 一起使用。当数据库某行中的某些数据发生更改时,我为 CursorAdapter 重新创建游标。
这个过程很昂贵。有什么方法可以更新光标中只需要的行吗?
谢谢。
我认为没有更好的方法。但是 CursorAdapter 只加载那些可见的项目。
没有。尽管我们可能希望看看MatrixCursor它是否对您有用。
MatrixCursor