Android Question 2D Array With Different Column Numbers?

broxdz28967

New Member
Hi,

I am trying to make a 2d array containing data like the following:

(("00", "01", "02"), ("10", "11"))

So that the 1st row will have 3 columns and the 2nd row will have 2. How would I do that?

Otherwise, is there a better way to group some arrays of different sizes together with indices?
 
Top