I\'m trying to figure out how to use Loaders
in Android 3.0 but can\'t seem to get it to work. The docs only describe using CursorLoader
but I\'m using
Dianne Hackborn replied on the bug tracker and referred us to the static library implementation. CursorLoader is doing forceLoad() which is why it is working.
See my attached class for a class which handles this for you in most simple cases at the bug tracker: http://code.google.com/p/android/issues/detail?id=14944