I am working on an ANDROID project where I have a lot of images and I want to organize it. So I need to create folder inside the drawable folder. But I don't know how to reference it in my program.
For eg: I have an image named "image.png" and I want to place it in drawable/myicons/image.png or anywhere inside the res folder.