如何为最新的索尼爱立信手机编写应用程序?
对我来说,尤其是索尼爱立信 W715。 我可以使用哪些语言以及我需要什么环境?
教程推荐也很好。
For me in particular it's about Sony Ericsson W715.
What languages can I use and what environment do I need?
A tutorial recommendation would also be nice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
好吧,如果没有更多关于您的应用程序应该做什么的信息,我也会推荐 J2ME,特别是考虑到索尼爱立信有其他有用的专有 API 可供其合作伙伴使用。
您还可以通过让服务器发送动态 HTML 和 JavaScript 代码来定位手机上的 Web 浏览器。
Flash Lite 也是一种选择。
最近的索尼爱立信手机包含卷尾猴技术:在 Flash 中编写 GUI,在 J2ME 中编写应用程序引擎。 这可能值得一看,具体取决于处理您的应用程序的人员的技能。
Well, without more information as to what your applications are supposed to do, I would also recommend J2ME, especially given that SonyEricsson has additional useful proprietary APIs that are available to their partners.
You can also target the web browser on the phone by having a server send dynamic HTML and javascript code.
Flash Lite is also an option.
Recent SonyEricsson phones contain the capuchin technology: Write the GUI in Flash and the application engine in J2ME. That could be worth a look, depending on the skills of whoever is working on your applications.
他们有一个开发者页面..
http://developer.sonyericsson.com
They have a developer page..
http://developer.sonyericsson.com
J2ME 是您唯一的选择。 我建议使用 Netbeans 和 Mobility Pack 来完成该任务。 下载包含 Java ME 的 Java 版本。
这是网上的教程。 我相信您还能找到更多。
Your only option would be J2ME. I recommend using Netbeans with the Mobility Pack for the task. Download the Java version, that includes Java ME.
Here is a tutorial on the net. I am sure you can find many more.
您应该使用 J2ME(Java 微型版)。
You should use J2ME (Java Micro Edition).