Discover

Topics

DIP Grid

DIP Grid APK

DIP Grid APK

1.0.1 FreeKostik Software ⇣ Download APK (253.22 KB)

What's DIP Grid APK?

DIP Grid is a app for Android, It's developed by Kostik Software author.
First released on google play in 10 years ago and latest version released in 8 years ago.
This app has 0 download times on Google play and rated as 3.29 stars with 17 rated times.
This product is an app in Libraries & Demo category. More infomartion of DIP Grid on google play
This simple app displays a grid, measured in android's dip's (density-independent pixels). Aimed for developers and graphic designers as a helpful tool for creating user interfaces in android apps.

More info about android's metrics can be found in official docs: http://developer.android.com/design/style/metrics-grids.html

By using this app it is easy to understand how different android devices choose graphic assets from one of the predefined pixel density buckets: ldpi, mdpi, tvdpi, hdpi, xhdpi & xxhdpi

Dividing device's pixel screen size by size in dip results in a multiplier that matches one of the density baskets.

some examples (by screen width):

Samsung Galaxy S4: 1080/360 = 3 (xxhdpi)
Samsung Galaxy Nexus: 720/360 = 2 (xhdpi)
2012 Asus Nexus7: 800/600 = 1.33 (tvdpi)
Samsung Galaxy Tab2: 800/800 = 1 (mdpi)
Samsung Galaxy Ace: 320/320 = 1 (mdpi)