I need an array that I can determine its size from the start and if it has no more empty spaces then increase its size by X. For example:
X
int arrayS
The only way to do this is by creating new array and copying data. However it is suggested that you use ArrayList instead.