Now, I'm storing vector image of xml and raw image file inside the res/drawable
folder. So it is easy to manage a simple and small project. When there is a case of large and heavy project than there should be managed to need sub-folder inside the drawable folder.
Example:
drawable
--- drawable_image
-- logo.png
-- backgraoung.png
--- drawable_vector
-- button_shade.xml
-- profile_shade.xml
Like the same way, we would like to have sub-folder for large application. So is there any way to manage sub-folder inside the android project?