Hi,
I am trying to add a string array to a string arrayList but having no success.
String[] tempArray; //6 elements
ArrayList <String> mainArrayList = new ArrayList <String> ();
Can anyone give me an example how to do this as I am on the brink of tearing my hair out because of this.
Thanks.
Start Free Trial