Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
作为一个练习,我正在尝试实现一个简单的标尺应用程序。
是否可以准确地猜出屏幕中可绘制对象的大小?在 ecuation 中,我需要分辨率和屏幕密度(或屏幕的实际尺寸),但由于 Android 的 API 只返回:
DisplayMetrics.DENSITY_LOW: DisplayMetrics.DENSITY_MEDIUM: DisplayMetrics.DENSITY_HIGH:
我想知道是否有可能准确地完成这项任务。