I want to display a random image from the bunch of images i have stored in res/drawable.
The only technique that I know is to access a particular image if you know its r
I have never used the AssetManager, but would you be able to call getAssets on your Resources class, and then call list on the AssetManager with the location of your resources?