Why is onLoadFinished called again after fragment resumed?
问题 I have a peculiar issue with Loaders. Currently I am unsure if this is a bug in my code or I misunderstand loaders. The app The issue arises with conversations (imagine something similar to Whatsapp). The loaders I use are implemented based on the AsyncTaskLoader example. I am using the support library. In OnCreate, I start a loader to retrieve cached messages. When the CachedMessageLoader finishes, it starts a RefreshLoader to retrieve (online) the newest messages. Each loader type as a