BlackBerry app for different devices

試著忘記壹切 提交于 2019-12-11 01:53:47

问题


Is it necessary to write different versions of Blackberry applications for different devices? For example, I have an application "MyApp", and I need it to run on different devices:

  • 9700 - MyApp v1
  • 9550 - MyApp v2

Can I write one MyApp for both devices?


回答1:


That depends on if you want your application to take advantage of specific properties of the devicies or facilities available with the OS version supported on the device. The 9550, for example, is a touch device while the 9700 isn't. There are two broad strategies: 1) write your application to the lowest common denominator (OS and hardware0; 2) write you application to make maximum use of the facilities available on each supported device. So, yes, you can write one MyApp for both devices if that satisfies your goals and users.



来源:https://stackoverflow.com/questions/3177917/blackberry-app-for-different-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!