I have a Fragment implementing LoaderManager and using CursorLoader (nothing fancy). I want to catch exceptions thrown during the query but I don’t see how!!! Any help? Thx.
I have a Fragment implementing LoaderManager and using CursorLoader (nothing fancy). I want to
Share
You would need to derive from CursorLoader to do it. Something like this:
You can adapt it to implement your error handling.