Android Question Manually add data to curser

rkmoray

Active Member
Licensed User
Longtime User
I am using a control seems to like data from a cursor.
I have data returned from a web service as a json string.
If I use map, I get get the elements and data.
As I transverse through the json array, I would like to add the data to the cursor, that way the control can easily consume the data.

How would I add the data to the cursor?
 
Top