I am working on a game in which I have to check some ImageViews' left position.
Since ImageViews are constantly added and removed from the game (So I don't know ahead all of the views), and not all ImageViews need to be processed, I figured out the best way of doing so will be using arrays.
The problem is - I don't know how to add or remove from an array, so I would appreciate some help in here.
Since ImageViews are constantly added and removed from the game (So I don't know ahead all of the views), and not all ImageViews need to be processed, I figured out the best way of doing so will be using arrays.
The problem is - I don't know how to add or remove from an array, so I would appreciate some help in here.