I'm creating an android project which is closely related to poker game but an offline one in this I've to add all 52 cards in the res/drawable folder which is becoming quite messy with all other images and xmls.
For Example
res/drawable
Spade
spade_ace.png
spade_two.png
Hearts
hearts_ace.png
hearts_two.png
I did refer to this link but I couldn't find any suitable solution, is there any way i can organise this by creating sub-directories or is there any other way possible