I wanna make an apps that need to convert ArrayList<String>[]
to ArrayList<Integer>[]
, I also used this :
ArrayList<String>[] strArrayList;
int ArrayRes = (int) strArrayList[];
but this code get me an error , anybody can help me ?
Any suggestion would be appreciate