Developing for multiple screen sizes on BlackBerry
问题 Android and iOS have a concept of a "density independent pixel" so your layouts look the same on devices with different densities and screen sizes. Up until now I've written code to manually space elements using pixels (i.e. I want this button to be 10 pixels from the left side of the screen). This is great on a Curve, but when I load it up on a Bold the resolution is much higher, so 10 pixels is a much smaller physical space. What are the best practices for multiple screen sizes on