选择 Blackberry JDE 版本
我是黑莓编程新手,很快就会开始我的第一个应用程序。我相信我将支持 OS 4.5 及更高版本,但现在需要决定使用哪个 JDE。我希望支持尽可能多的手机,这就是为什么我认为 4.5 及更高版本是一个不错的截止值。谁能就 JDE 最适合的功能和支持提出建议?我知道这是非常主观的。有没有一个网站甚至列出了每个 JDE 的功能以供您做出明智的决定?
I am new to Blackberry programming and starting my first app soon. I believe I will be supporting OS 4.5 and higher, but now need to decide which JDE to use. I want to support the most amount of phones as possible, which is why I would guess 4.5 and higher is a good cutoff. Can anyone make suggestions of what JDE is best for features and support? I know that is very subjective. Is there a site even that lists the features of each JDE to make a good decision?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面是 JDE 版本的嵌入式模拟器的列表。
JDE 4.0.2
5790
6230
6280
6710
6720
7100克
7100r
7100吨
7100V
7100x
7210
7230
7250
7280
7290
7510
7520
7730
7750
7780
JDE 4.1.0
7100克
7100r
7100吨
7100V
7100x
7250
7290
7520
JDE 4.2.0
8100
8100 - TMobile 美国
JDE 4.2.1
7130
7130e
8100
8700
8703e
8707
8800
JDE 4.3.0
8120
8130
JDE 4.5.0
8100
8110
8120
8130
8300
8310
8320
8330
8700
8703e
8800
8820
8830
JDE 4.6.0
9000
JDE 4.6.1
8900
8350i
JDE 4.7
9500
9530
杰德 5.0
8900
9000
Below there is a list of embedded simulators for JDE versions.
JDE 4.0.2
5790
6230
6280
6710
6720
7100g
7100r
7100t
7100v
7100x
7210
7230
7250
7280
7290
7510
7520
7730
7750
7780
JDE 4.1.0
7100g
7100r
7100t
7100v
7100x
7250
7290
7520
JDE 4.2.0
8100
8100 - TMobile US
JDE 4.2.1
7130
7130e
8100
8700
8703e
8707
8800
JDE 4.3.0
8120
8130
JDE 4.5.0
8100
8110
8120
8130
8300
8310
8320
8330
8700
8703e
8800
8820
8830
JDE 4.6.0
9000
JDE 4.6.1
8900
8350i
JDE 4.7
9500
9530
JDE 5.0
8900
9000
如果可以的话,我会降到 4.3 作为截止值。仍然有很多设备运行 4.3。 4.5 API 能做的事情并没有太多 4.3 做不到的,因此将最低级别设置为 4.5 并不会真正获得太多好处。我不会低于 4.3,除非你想要非常难看的字体!
请记住,即使您选择 4.3 作为基本版本,您仍然需要使用 4.7 为触摸屏设备 (Storm) 创建单独的版本,因为这是引入触摸 API 的地方。
If you can, I'd go down to 4.3 as the cutoff. There are still a lot of devices out there running 4.3. There aren't too many things that the 4.5 API can do that 4.3 can't, so you don't really gain much by setting your minimum level at 4.5. I wouldn't go lower than 4.3, unless you want really ugly fonts!
Keep in mind that even if you pick 4.3 as your base version, you'll still need to create a separate build for touchscreen devices (Storm) using the 4.7 because that's where the touch APIs were introduced.