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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -