I've a NOT well-know number of images in a sdcard folder.
I'd like to show them into a gridVew.
Every tutorial explain me how to load from and array of drawable resources if, but...
how to add 'n' images from a folder ?
It's impotant in my app, because images are saved/deleted dinamically by a long-life service, realizing a very interesting way of use of our app. At every 'action' on images, I'm able to force redraw of the grid, but ... I don't know how to add images to grid from disk 'on-the-fly'
Thanks in advance
PS: i'm browsing into related answers here into stackoverflow, but a lot of answers really don't answer to the problem itself ...