问题
I wrote a simple app for the BlackBerry and tested with the 9630 simulator. How do I get a UI design that is compatible with all the simulators?
回答1:
Your UI has to make as little assumptions as possible on things like display size, physical keyboard etc. On touchscreen devices the screen size actually "changes" when the device is rotated. And to second @Michael, testing, testing, testing :)
回答2:
testing, testing, and testing
If you need your app to work on all the simulators, then get all the simulators and try it. RIM does a pretty good job of making simulators available to you for a variety of devices.
来源:https://stackoverflow.com/questions/4066784/ui-compatibility-across-all-blackberry-devices