I have found two different methods for implementing AsyncQueryHandler
:
- One on the stackOverFlow
- Second on this blog.
In the first method we are not subclassing from AsyncQueryHandler
while in the second method we are manualy closing the cursor
.
I want to know that
Does AsyncQueryHandler
not handle cursor
? or we must close it manually (as done in the second method)?