We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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().