can we develop a j2me application that work in all mobile devices

后端 未结 2 876
傲寒
傲寒 2021-02-11 04:23

can we develop a j2me application that work in all mobile devices

2条回答
  •  野性不改
    2021-02-11 05:18

    In theory: yes. In practice: no.

    You'll have to stick to the least common set of features which probably results in a poor application. Even within the JavaME world only you'll have to struggle with device incompatibilities and bad implementations of JavaME environments. Projects like J2ME Polish try to help here, but still you won't reach every device.

    Either choose a subset of devices you're willing to support or be prepared to put extra work in building and maintaining device specific versions of the application.

提交回复
热议问题