1

I want to fetch data from my sqlite database using AQuery. But I don't have any idea about that. So, Is it possible to fetch data from database using AQuery?? If yes, then How ?

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Solution
  • 604
  • 4
  • 10
  • It depends a lot on what your server is setup like. Do you have *RESTful* commands to issue to the server? Also, consider using [droidQuery](http://phil-brown.github.com/droidQuery/), which provides a much cleaner approach to make such calls, and to handle success and error cases. – Phil Jul 15 '13 at 14:25

1 Answers1

0

AQuery is not designed for accessing local database. You can try some ORM, like Sprinkles or ORMLite.

gingo
  • 3,149
  • 1
  • 23
  • 32