DPI Checker

價格:免費

更新日期:2016-01-23

檔案大小:1.1M

目前版本:1.0

版本需求:Android 2.3.3 以上版本

官方網站:http://www.etgalim.com

Email:etgalim@gmail.com

DPI Checker(圖1)-速報App

This is a small and simple developer / QA tool to help you determine what drawable bucket the Android system is using when picking assets to display.

-----

Why have something like this?

DPI Checker(圖2)-速報App

While devices have hardware PPI rating given by the actual pixel count on the screen in relation to the screen size, device vendors can set there custom DPI rating for screens in the Android system.

Using adb shell getprop ro.sf.lcd_density or adb shell dumpsys display will show the system DPI rating.

Some devices fall between 2 different drawable buckets and the system decide whether to upscal or downscale a drawable image.

DPI Checker(圖3)-速報App

With DPI Checker you'll see what the system choose for the particular device the app runs on.

Use, share, enjoy and feel free to fork on: https://github.com/etgalim/DPI-Checker

DPI Checker(圖4)-速報App