There was an error while loading. Please reload this page.
wiki-review: 2026-08-05T083217Z
fix(Loading-Contacts-with-Content-Providers): replace stale 2018 Paging-v1 blog links in deprecation note with official loaders-deprecation and Paging 3 docs (backlog 1e91ee27c3e0a087)
Updated Loading Contacts with Content Providers (markdown)
Revert 5f1fb89^...5f1fb89 on Loading Contacts with Content Providers
CursorLoader queries a ContentProvider and not a ContentResolver
Add links to easier library for runtime permissions
Switch all internal links to relevant links
Replace FragmentActivity with AppCompatActivity
Extra space
Added note on Marshmallow permissions
Add a section about contracts
fixing typo
Loaders and LoaderManager background link.
Forgot a parens
Showing how TextView and ImageView's work for local gallery images.
Don't need content observer if we're using the LoaderManager.
Oops...actually need SampleActivity.this
Just pass in this for the Context. Helps avoid syntax error when copying/pasting.
Deleting this section of the synchronous call.
Add an extra footnote about loadInBackground().