2d array

  1. B

    Android Question 2D Array With Different Column Numbers?

    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?
  2. walterf25

    Android Question 2D Float Array Java to B4A

    Hi all, i could probably figure this out myself, but i've been working on an AR library which I will releasing soon to the forums, but I want to wrap as much as I can before i release it, and i'm trying to port a lot of the classes being used to B4A so that we can have full control of the entire...
Top