使用什么编程语言来开发手机软件?
我应该使用什么语言为诺基亚/三星/LG/索尼爱立信手机开发程序? (塞班和非塞班)?
当然是直接在手机内安装软件。
谢谢。
What language should I use to develop programs for Nokia/Samsung/LG/Sony Ericsson phones? (Both Symbian and Non Symbian) ?
Ofcourse to install the software straight inside the phone.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
手机应用程序有 2 个主要“类别”:本机应用程序和 Java 应用程序。
对于 Java,大多数新手机都支持某些版本的 MIDP,并且为其开发相当容易。 然而,至于安装,则有点棘手。 通常,您通过互联网上的链接安装应用程序,但某些运营商对可以在手机上安装的应用程序进行了限制。
对于本机应用程序,这取决于您手机的操作系统。 对于大多数人来说,开发本机应用程序需要花费大量资金(用于工具和 SDK),而且应用程序的分发方式也存在问题。 同样,安装和调试也因操作系统而异。
There are 2 main "classes" of applications for mobile phones - native apps and Java apps.
For Java, most new phones support some version of MIDP, and developing for it is fairly easy. As for installation, however, it's a little more tricky. In general you install applications through links on the internet, but some carriers put limits on which applications can be installed on your phone.
For native apps, it depends on the OS of your phone. For most of them, developing native applications costs a lot of money (for tools and SDKs) and there are also issues with how the applications are distributed. Installation and debugging are, again, different depending on the OS.
java (j2me) 是目前事实上的语言..但可能不会太久!
查看 mobile sun 网站
java (j2me) is currently the de-facto language.. but probably not for long!
See the mobile sun website
三星 i7500 采用 Android 系统,许多人似乎都跳上了同一趟车。 Android 就是狗屎:) 基本上是 java,但编译成 Dalvik 可执行文件(.dex 格式)。 您可以在例如 Ellipse 中进行开发。
The Samsung i7500 is powered by Android and many seems to jump onto that same train. Android is the shit :) Basically java but compiled into Dalvik executable (.dex format). You develop in e.g. Ellipse.