I have few doubts.I am developing the project from the scratch.Whether I need to maintain all the drawable folders like
-drawable-ldpi
-drawable-mdpi
-drawable-hdpi
-drawable-xhdpi
-drawable-xxhdpi
-drawable-xxxhdpi
or I can use these folders
-drawable-xhdpi
-drawable-xxhdpi
-drawable-xxxhdpi.
Because If I use all the drawable screen size my apk size is increasing.I think currently ldpi,mdpi and hdpi screen size is not in market.So I am planning to omit ldpi,mdpi and hdpi. Please share me your suggestions.