I’m currently building an application for Android (a game). So far, I’ve created assets for all devices, from ldpi all the way up to xhdpi. I’m building the application for Android 2.2 and above.
Should I stop producing ldpi images?
It would cut down the time it takes to produce the graphics fairly significantly. On top of this, I don’t think that very many devices (commonly used) these days actually fall into the ldpi category.
Thoughts?
There are only 3.1% of phones with
ldpiscreens (as of 1st Jan 2016). Here is the statistics about devices and their screens. You can decide whether to support them or not.