I am creating a gallery that loads images from a XML file.
However, every time I try to run it, I get the problem:
Description: 1136: Incorrect number of arguments. Expected 0.
Source: holderArray[i] = new Thumbnail(arrayURL[i],i,arrayName[i]);
Can anyone tell me how to fix this problem...