Get Device Metrics → DisplayMetrics │ Resolution - Density - Font scaling

With this extension you can get various information about the screen → DisplayMetrics :

screen dimensions, aspect ratio, pixel resolution, dp (or density-independent pixel, Android’s logical pixel), density, font scale, ...

GetMetrics.aix (6.7 KB)

Example - blocks

Screenshot Pixel 2XL (Android 11)

19 Likes

Epic aix @Anke

2 Likes

Really I am searching for same extension. Thank you for this extension

1 Like

Great aix @Anke ! :boom:

1 Like

(added to FAQ)

2 Likes

Sorry for bringing this up.

Does the Screen.Height and Screen.Width blocks does this HeightDP and WidthDP blocks?

1 Like

From a Pixel 2XL (Android 11).

Pixel 4XL (Android 12):

When dp is multiplied with device density, it is called pixels. If your device density is 1, then both dp and px will be same.
dp are also called as density independent pixels.

1 Like

Yes they do.

1 Like

The result i am getting from the AspectRatio block is in points .. how can i convert it to Ratio

I couldn't solve it?

What are you talking about?

the add button is stretched in telad with higher resolutions and I couldn't solve it. Would you help me?

Is the add button in image or blue background with white writing? Post the aia or a simple test aia.

teste2.aia (25.4 KB)

Try this:

Blocks

Layout ext:

OK, it worked fine. Thank you for your availability! :+1: