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? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -