I have five drawable folders in my android app:
1.drawable-ldpi
2.drawable-mdpi
3.drawable-hdpi
4.drawable-xhdpi
5.drawable-xxhdpi
and I have really large number of images withing my app, I want to know am i have to put all the images in all the folders? or can i abandon some of them? and also if there is a general way to add the images only once to my app.
p.s. my app should run on tablets from 7' to 10' .