Is it possible to create our own folder in drawable and put all my images in that folder as:
“drawable\Myimages\p.png..”
If it possible than how can i use this images in my activity..gnerally we use “R.drawablw.p” but now how that can be written because now my images is in drawable\Myimages directory
please suggest me..
with regards
Anshuman
No, you can’t create your own file hierarchy in drawable directory.
But you can see in http://developer.android.com/guide/topics/resources/providing-resources.html:
If you have very many resources, it can be useful for you.