You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like your tutorial and the effort you put into it. One thing that crossed my mind is one subtle suggestion. I think it might be worthwhile to mention ContentResolver more explicitly.
In your code you use CursorLoader that implicitly calls ContentResolver, nonetheless ContentProvider and ContentResolver create together the most important pattern.
Cheers.
The text was updated successfully, but these errors were encountered:
I like your tutorial and the effort you put into it. One thing that crossed my mind is one subtle suggestion. I think it might be worthwhile to mention ContentResolver more explicitly.
In your code you use CursorLoader that implicitly calls ContentResolver, nonetheless ContentProvider and ContentResolver create together the most important pattern.
Cheers.
The text was updated successfully, but these errors were encountered: