Images set for a specific screen size

I am building an Android application and I want to use an image with a height of about 28% of the screen height (e.g. 115dp for small, 127dp for normal, etc.). How many images should you put in the res folder? Should I make a separate image for each drawable combination [size] - [density] or just for each density?

+3


source to share





All Articles