简体   繁体   中英

What are all of the images sizes that you need for images on Android to make things look really good?

There are over 60 devices for Android.

What are all of the images sizes that you need for images on Android to make things look really good? From tablets to the smaller phones.

I know with Apple hardware this is very easy to figure out, but I am wondering about Android image sizes.

Android uses resource directory qualifiers to select the resources for a specific screen resolution (size, density, aspect ratio).

The idea is that you provide size and density specific resources for each of the different resolutions you want to support.

You can find some examples and the list of qualifiers here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM