My problem is basically the same as this one:Sometimes don't get onCreateLoader callback after calling initLoader
I have 2 ListFragments that are co
ListFragments
You can use LoaderManager.enableDebugLogging(true) to debug your loader behavior or you can try to use getSupportLoadermanager() instead of getLoaderManager()
LoaderManager.enableDebugLogging(true)
getSupportLoadermanager()
getLoaderManager()