How to programmatically learn dpi screen in JAVA under Android?
1 answer
- android dpi programmatically
- https://stackoverflow.com/a/3166582/3212712
DisplayMetrics metrics = getResources().getDisplayMetrics();
|
DisplayMetrics metrics = getResources().getDisplayMetrics();Source: https://ru.stackoverflow.com/questions/593240/
All Articles