Pretty sure this is an easy one, but i’m getting confused by all the examples that adapt the data returned from a cursor into different views. I just want to run a rawquery and put each item of data returned into a float array (so that i can add them up later). What do i need to use for this? Thanks
Share
You’ll still have a cursor when you query your database, but once you got the cursor you could iterate over it, pulling out the values you need into an array, like this: