使用什么编程语言来开发手机软件?

发布于 2024-07-21 04:11:14 字数 90 浏览 13 评论 0原文

我应该使用什么语言为诺基亚/三星/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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

风铃鹿 2024-07-28 04:11:14

手机应用程序有 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.

◇流星雨 2024-07-28 04:11:14

java (j2me) 是目前事实上的语言..但可能不会太久!

查看 mobile sun 网站

java (j2me) is currently the de-facto language.. but probably not for long!

See the mobile sun website

心如荒岛 2024-07-28 04:11:14

三星 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文