Explain the difference between drawable, drawable-ldpi, drawable-mdpi and drawable-hdpi
问题 I have a rough idea of what each of these directories are for, but I'm not really clear on the concept and I have some specific questions. For example, what are the target DPIs for each directory? When you create an asset, should it be at that target DPI or should it be at the more normal 72dpi screen DPI? If you're targeting multiple devices, is it ever appropriate to put a PNG in drawable or should you always have multiple versions slightly tailored to the specific screens? Thanks. 回答1: As