The following code is what I plan to do.
Integer[] imageId = {
R.drawable.a
R.drawable.b
R.drawable.c
R.drawable.d
};
I can store these images into a Integer array but what if I plan to store URL picture that download from internet into Integer Array. Is that a way to do this? Thank you
Rfile. The image path is a string so you want to have an array of Strings rather.