Here's the thing, I have a AsyncTaskLoader loading data from a web page using Jsoup and storing it in SQLite using ActiveAndroid.
I have all my parsing and database methods in a class called Parser, I won't bother to explain why, but when I'm calling the Parser.getList method from the Loader, it doesn't get called.
Absolutely nothing happens, when I moved the content of the method to loadInBackground in my Loader for some reason it worked though. Anyone got an idea on this?