Should I use or avoid independent-density pixels in android animated game development?

205 Views Asked by At

My question is: Does the DIP "engine" kill performance? How it would perform for bitmap sprites and how for drawing polygons?

If I should avoid this: is it any good guide how to handle multiple physical resolutions and densities?

1

There are 1 best solutions below

0
On

Deep calculation within layout xml files is in the compile time, not in the runtime. So don't worry about the performance.