gpt4 book ai didi

Android 并通过 Bundle 传递嵌套的 ArrayList

转载 作者:搜寻专家 更新时间:2023-11-01 09:15:13 25 4
gpt4 key购买 nike

如何传递 ArrayList<ArrayList<HashMap<String, String>>> 的实例?通过 Bundle 实例从一个 Android Activity 到另一个?

(我可以使用 JSON 字符串。我想知道是否有更好的方法。)

在此先感谢您。

最佳答案

您可以在用于启动新 Activity 的 Intent 中将其作为附加项传递。由于 ArrayList 实现了 Serializable,因此您无需执行任何特殊操作即可将其提供给 Intent.putExtra()

关于Android 并通过 Bundle 传递嵌套的 ArrayList,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5177521/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com