Poll: Icons and 4K

1 points by eiji ↗ HN
How do you migrate user interfaces with icons, mostly desktop projects, to Ultra High Resolution.

1 comment

[ 2.5 ms ] story [ 12.6 ms ] thread
SVG when possible, but often times it's a heavyweight solution. In applications where I know I have to rely on RGBA data, I simply use standard resolution and @2x resolution resources. I haven't often had to deal with the nightmare variety of Android resolutions, so this covers almost all of my cases.