android – CursorLoader & SQLite without Content Provider
The two implementations you mention in your post both offer all of the benefits of the CursorLoader except the ability to receive notifications when the underlying content changes. I’ve been looking into this a lot recently and I can confidently tell you that the Android API currently does not provide a means of doing this … Read more