I\'m trying to use an AsyncTaskLoader
to load data in the background to populate a detail view in response to a list item being chosen. I\'ve gotten it mostly work
Ok I'm trying to understand this excuse me if I misunderstood anything, but you are losing references to something when the device rotates.
Taking a stab...
would adding
android:configChanges="orientation|keyboardHidden|screenSize"
in your manifest for that activity fix your error? or prevent onLoadFinished()
from saying the activity stopped?