Display Info

ngl.utils.display

View detailed information for Display Info — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
17.2K(17,267)
Rating
0.0
Released
August 2, 2015
Last updated
January 1, 1970
Category
Tools
Developer
Wizard FX
Developer details
Name
Wizard FX
E-mail
wizardfxstudio@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
Display Info Header - AppWisp.com

Screenshots

Display Info Screenshot 1 - AppWisp.com
Display Info Screenshot 2 - AppWisp.com
Display Info Screenshot 3 - AppWisp.com

Description

Retrieve the following information from the framework:
• screen size
• screen density bucket
• screen dpi
• screen logical density
• screen scaled density
• screen usable width
• screen usable height
• screen total width
• screen total height
• screen physical size
• default screen orientation
• max GPU texture size

How is this different from other apps ?
All reported values are taken from the system framework not from a device database. Physical size is calculated and might differ from reality.

So for instance, if you are using a custom dpi of 200dpi on a HDPI device with 240 dpi and a 4.3 inch screen this app will report:
• density: MDPI ( instead of HDPI, because of lower custom dpi )
• 1.2 density instead of 1.5
• 4.7 inches physical size ( value is distorted by custom dpi )

This information is usefull when trying to debug density bucket related bugs.

Use the "resolution" card for information about the size you can use. For example, if your app is in split screen or free resize window, you can see the available resolution to determine in what window size class you fall in (compact, medium, expanded).