What is the difference between the three drawable folders in the res folder in the project hierarchy? If I have an image to put into a folder, which folder do I put it in?
|
feedback
|
|
I am going to take a guess that "the three drawable folders" are If you are just starting out in Android development, you can get rid of all three of those directories and create a single | |||||||
feedback
|
|
Here is a reference to multi device options. As said by @CommonsWare, you don't need to put resources in anything but res/ layout/ or drawable/ but if you want you're program to have a better experience on multiple devices with different screens / density / languages you may want to consider what you can do. | |||
|
feedback
|