what i have is a grid view and i open the images online . but what i need to do is when the user open the app .. all of those images to be downloaded in the mobile phone automatically so when the user open the app again it will show up from the memory not online ..
please any help?? and what i have is 250 images maybe
and is there any other so i can call my images dynamically instead of calling them one by one??
here is an example of how i call my images:
private String urls[] = {
"http://transition-se.com/training_may/foodribbons.JPG",
"http://transition-se.com/training_may/clothribbon.JPG",
"http://transition-se.com/training_may/shoesribbon.JPG",
"http://transition-se.com/training_may/bagsribbon.JPG",
"http://transition-se.com/training_may/viewsribbon.JPG",
"http://transition-se.com/training_may/makeupribbon.JPG",
"http://transition-se.com/training_may/roomribbon.JPG",
"http://transition-se.com/training_may/watchesribbon.JPG"
};