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.
默认 AndroidCursorLoader使用ContentProvider并知道所有插入、更新……SQLiteCursorLoader不知道,但我很好奇在活动之间共享SQLiteCursorLoader对象的最佳模式。有可能吗?
CursorLoader
ContentProvider
SQLiteCursorLoader
不要共享加载程序、句号,无论是SQLiteCursorLoader、CursorLoader还是任何其他Loader。它们仅供创建它们的活动/片段使用。
Loader