DIP Grid APK

DIP Grid  Icon
  
3.3/5
17 Ratings
Developer
Kostik Software
Current Version
1.0.1
Date Published
File Size
253.2 KB
Package ID
com.kostiksoftware.dipgrid
Price
$ 0.00
Downloads
100+
Category
Android Apps
Genre
Libraries & Demo

APK Version History

Version
1.0.1 (2)
Architecture
universal
Release Date
August 12, 2016
Requirement
Android 2.2+
  • DIP Grid Screenshot
  • DIP Grid Screenshot
  • DIP Grid Screenshot
  • DIP Grid Screenshot
  • DIP Grid Screenshot
  • DIP Grid Screenshot
  • DIP Grid Screenshot

About Radio FM 90s

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)

What's New in this version