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

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -