0

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.

Waynn Lue
  • 11,344
  • 8
  • 51
  • 76
Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
  • 1
    duplicate 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 Answers1

3

They are to declaratively suport multiple screen resolutions, without need to write resolution-dependent code.

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