开发者

passing a multidimensional array from one activity to another

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜