I would like to load all images in a folder without knowing the names of the files and store them into a Integer vector - at runtime.
In fact, i need the same as it
You can use the File class and it's listFiles() method to return a list of all image files in a given location. From there just take that list and construct your adapter from there.