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.
我发现 CursorAdapter 侧没有用于取消注册它应用的 ContentObserver 和 DataSetObserver 的接口。我只能使用 Cursor.getCursor().close() 来关闭游标,但不能取消注册其观察者。
调用 CursorAdapter.changeCursor(null) 将注销所有观察者并关闭游标。