I've been playing around with android sqlite and I noticed it uses a cursor. Is their a function that takes query as input and returns a 2D array for all results.
I come from php and its a lot more easy, but i can't find any similar function any where!