What problems could I face in handling many arrays ?
When I say arrays I mean at least 25 , each containing 1000 index.- Performance :
Will the performance of my application be affected? I say for example, when loading activity or changing a data from an index.
- Correct form :
In this case would it be better to use an Arraylist ? If so, why?