AsyncTaskLoader doesn't run
I want to implement an AsyncTaskLoader in my project using the Compatibility Package, so I followed the Loader manual in Android Docs. The problem is that the Loader does nothing, it seems loadInBackground() is never called Any idea of what's wrong in my code? ( ExpandableListFragment extends Fragment ,but doesn't override any critical method ) Thank you :-) /**EDIT: I realized (late, I'm a moron) that AsyncTaskLoader is an abstract class so I need to subclass it... m(__)m I leave the question in case someone comes here behind me, who knows... public class AgendaListFragment extends