开发者

Can I get a percentage of the phones that would support a J2ME Midlet application given all the JSR's it uses?

Can I get somehow(from a database or other source) a percentage of the phones that would support a J2ME Midlet application gi开发者_StackOverflow中文版ven all the JSR's it uses ?


No you can't.

J2ME is heavily dependent on the implementation of the VM by the phone vendors. There are many functions that are interpreted in other ways by each vendor, or on each phone etc.

You can only test on as many different phones, with many different vendors, different specifications etc.

It depends not only on the JSR's you are using it also depends on the memory you are using the GUI functions you try to use etc. This can give you a serious headache but I don't know of another way then simply testing on real devices as much as possible.


I'll second all Janusz comments on the issue.

However, some resources to help you:

WFURL
JBenchmark

Both of these collect mobile phone information that could prove useful.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜