I know when you want to include some images into your project, you put images into different versions of 'drawable'
folder according to different targets' densities. But what if we have two devices with the same destiny but different SIZEs
?
Asked
Active
Viewed 43 times
-1

323go
- 14,143
- 6
- 33
- 41

Joseph_Marzbani
- 1,796
- 4
- 22
- 36
1 Answers
0
use the image for single Density
Because we create the Bitmap Drawable for Different Densities not for Different Screen Sizes

K Guru
- 1,292
- 2
- 17
- 36
-
ٍ Ok, that is exactly what I told :-) My question was: 'Why'? what if two devices have the sabre density, but different sizes? – Joseph_Marzbani Mar 14 '14 at 12:25
-
@Joseph_Marzbani I dont Understand ,what u are exactly asking for but Drawable folder are for different Densities,please check the following link [http://stackoverflow.com/questions/2638202/android-multiple-screen-sizes-with-same-density ] – K Guru Mar 14 '14 at 12:34