android - Where do I put images in the eclipse resource folder? -


under 'res' there several folders, drawable-ldpi drawable-xxhdpi, should put images if want same image on devices?

you may put under either of folder regardless of dpi:

  • res/drawable-nodpi
  • res/drawable

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -