将 jsonarray 从一个活动传递到另一个活动
我正在制作一个应用程序,我想在两个活动之间传递一个 json 数组。如何通过 android 中的意图将 json arry 从一个活动传递到另一个活动。有人可以帮我解决这个问题吗? 谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在下一个活动中
In the next Activity
您应该将 JsonArray 转换为 String,然后将其附加到 Intent 并发送。
其中 jObject4 是 JSON 对象。
进入下一页:
You should convert JsonArray to String then attach it to Intent and send it.
Where jObject4 is JSON Object.
Get in next Page :