开发者

passing a multidimensional array from one activity to another

开发者 https://www.devze.com 2023-01-22 05:23 出处:网络
How can I 开发者_开发知识库pass a multidimensional array from one activity to another?You can create a Serializable class which wraps the two-dimensional array, and pass it using Intent.putExtra(Strin

How can I 开发者_开发知识库pass a multidimensional array from one activity to another?


You can create a Serializable class which wraps the two-dimensional array, and pass it using Intent.putExtra(String name, Serializable value)

0

精彩评论

暂无评论...
验证码 换一张
取 消