可能重複:
how to get two dimensional string Array from one Activity to other傳遞二維字符串數組新的活動
我有一個二維String數組,像這樣
String[][] ContactList = new String[][]
{
{ "a", 123 },
{ "b", 123 },
{ "c", 123 },
{ "d", 123 } };
如何通過這個數組另一個活動?
然後在那個活動中,我該如何檢索這個數組?
看起來更像是一個比地圖就像一個二維字符串數組 – njzk2