A focused unit converter for Android development: converts between px and dp (density-independent pixels) across every Android screen-density bucket (ldpi through xxxhdpi), with presets for common icon sizes.
Saves manually recalculating pixel dimensions for six different density buckets by hand: a real, if narrow, time-saver specific to Android asset export.
Only useful if you're actually exporting assets for Android: irrelevant for iOS, web, or any project that doesn't need density-bucket math.
This is a single-purpose utility, not a resource library: bookmark it for the one calculation it does well, not as a place to browse.
Quickly convert between pixels and density-independent pixels (DP).