hey.
i have X drawable images in res/drawable. hence there are X different ids. i want to get all the X ids and store them in an int array without getting an id for EACH image manually...
basically, my app should get the ids of all the images stored in that folder every time it starts, without me having to manually add lines of code to get the id of each newly added image in that folder using getResources.
i've looked at the other functions in the api - havent been able to find one that does this...
hope you can help. thanks.




