I have created a small application, trying to understand the functionality of the LoaderManager and CursorLoader-classes.
LoaderManager
CursorLoader
I have implemente
Also check if you call somewhere cursor.close(), because in this case you unregister the content observer which was registered by CursorLoader. And the cursor closing is managed by CursorLoader.