Array to ArrayList --- Advice Please.
in
Programming Questions
•
2 years ago
Hiya
In my current sketch I'm using an array of balls, i need to be able to send the ball ID over OSC, i also need to be able to add and delete balls. Obviously i can add whilst using an array but I'm unsure as to whether or not i need to completely change all of the array stuff in my sketch and replace it with array list functions. Can i use an array list to manage my array?
Basically shall i swap my array for an array list or shall i house and manage my array within an array list?
Many Thanks
M
1