Can anyone briefly explain to me about what are the differentiation for these (Drawable - hdpi, ldpi, mdpi) folders? And, where will i store the images for using that in layouts? Thanks in advance.
Asked
Active
Viewed 1,490 times
0
-
1duplicate of http://stackoverflow.com/questions/3263265/drawable-hdpi-drawable-mdpi-drawable-ldpi-android – Nikunj Patel Sep 12 '11 at 11:30
-
Similar link : http://stackoverflow.com/questions/6166677/android-screen-size-hdpi-ldpi-mdpi – Nemo Sep 12 '11 at 11:32
1 Answers
3
They are to declaratively suport multiple screen resolutions, without need to write resolution-dependent code.

Peter Knego
- 79,991
- 11
- 123
- 154