UI compatibility across all BlackBerry devices

后端 未结 2 1049
不思量自难忘°
不思量自难忘° 2021-01-06 01:22

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?

相关标签:
2条回答
  • 2021-01-06 02:10

    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.

    0 讨论(0)
  • 2021-01-06 02:21

    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 :)

    0 讨论(0)
提交回复
热议问题