Develop Blackberry apps using native API or J2ME?

后端 未结 8 1041
太阳男子
太阳男子 2021-02-01 21:48

We\'re about to build a Blackberry application but would love some input on whether to implement using J2ME (MIDlet based) or Blackberry native (UIApplication).

I unders

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 22:18

    BlackBerry is a very difficult platform to program for. I went the native route and found it to be very poorly documented and overall just a miserable design to work with. I did feel it to be necessary because you will lose the ability for certain features (scroll wheel?) if you go the J2ME route. It's a tradeoff and you'll have to choose the one that fits better for your specific need.

提交回复
热议问题