I am making an app in which I want o pass a json array between 2 activities .how to pass json arry from one activity to another through intents in android. can anybody help me over this??
thanks
I am making an app in which I want o pass a json array
Share
You should convert JsonArray to String then attach it to Intent and send it.
Where jObject4 is JSON Object.
Get in next Page :