I am trying to implement AsyncQueryHandler
because I am experiencing the same exact problem in this link but I dont see any example or anything about implementing it.
I tried doing
AsyncQueryHandler handler = new AsyncQueryHandler(getContentResolver());
since that is what the constructor shows in the docs but I get an error saying cannot instantiate the type AsyncQueryHandler
so how do I use it then?
It's so convenient:
AsyncQueryHandler handler =
new AsyncQueryHandler(mActivity.getContentResolver()) {};
handler.startUpdate(-1, null, sessionUri, values, null, null);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With