1

I am learning AsyncQueryHandler. Is there any Example or demo available which can describe this properly. I have seen some example which were taken from some project. But that was not that clear. I was looking more of a sample project which is implementing this concept. Thanks in advance

2
  • what is unclear with that class? Commented Jun 28, 2014 at 12:24
  • Curd Operations. I need a simple demo of curd operations Commented Jun 30, 2014 at 7:50

1 Answer 1

0

There is question about this topic with example in comments: see here

Also you should realize that AsyncQueryHandler is an abstract class, so you need to create class that extends AsyncQueryHandler and override (at least) its unimplemented methods.

Sign up to request clarification or add additional context in comments.

4 Comments

no, its no abstract class, but yes, without extending it, ACH is helpless
It is an abstract class, Description is given here link
hmm, i could swear it wasnt abstract when i was reading its docs, but yes you are right, it is.
Anyways have you got any demo which can explain curd operations.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.