Hi
I need to keep my images and their sounds on a separate folder inside res folder structure.After that i need to read and display image from that folder to my application
please reply
Hi I need to keep my images and their sounds on a separate folder
Share
You can save your images to res/drawable and your sound files to res/raw.
If you really want to create a separate folder for your sound and image files, you can create it on your SD Card. Please see the example codes below: