I am currently trying to get AsyncTasks working in Android, and have found something I have never seen before over and over again in many different tutorials.
Certain methods in the tutorials are passed parameters that look like this String... arg0
, Integer... values
.
Here
is a tutorial with some code shown similar to what I am describing.
What does this mean? Why is the ...
there?