Seems like a basic question but I can\'t find this anywhere. Basically I\'ve got a list of XML links like so: (all in one string)
I already have the \"string\" var which
Yes for that you have to perform XML Parsing.
then store that in ArrayList.
ex:
ArrayList aList = new ArrayList(); aList.add("your string");