Android Question Generate and send a json array by HttpJob

rscheel

Well-Known Member
Licensed User
Longtime User
Dear, I need to create a json of records from a sqlite table, this json I must send by HttpJob and wait for the answer.

Thank you.
 

DonManfred

Expert
Licensed User
Longtime User
You can create a JSON with the JSONGenerator.
You can Send the JSON with okhttputils2.
Check my Dropbox HTTP Class for an Example. Also search the forum as this is asked a few times i guess.
 
Upvote 0
Top