Java Mobile 编程初学者,从哪里开始?

发布于 2024-07-10 14:37:38 字数 1560 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

时常饿 2024-07-17 14:37:38

单击此处将是一个很好的起点,这是最好的地方J2ME 程序员已经在你之前开始...

Clicking here would be a pretty good place to start, it's where the best J2ME programmers have started before you...

东风软 2024-07-17 14:37:38

安装 NetBeans with J2ME - 您可以在各种目标上测试您的移动应用程序设备模拟器。 简单的开发模型 - 您可以使用 Visual Mobile Designer 快速开发 GUI。

Install NetBeans with J2ME - you can test your mobile applications on a variety of target device emulators. Easy development model - you can develop GUIs rapidly with the Visual Mobile Designer.

年少掌心 2024-07-17 14:37:38

我真的建议将黑莓作为目标平台,原因如下:

  • 大量文档
  • 可以使用便宜的设备进行测试
  • 没有围墙花园(审批系统或封闭市场),您可以通过无线下载来分发您的应用程序(用户只需将其浏览器指向相应的 JAD 文件并开始下载/安装)
  • 庞大的用户群(至少在美国境内)
  • 对黑莓开发人员的优质论坛支持
  • 支持 J2ME。 您可以开发 Blackberry 特定应用程序或 J2ME 特定应用程序,两者都在 Blackberry 设备上运行。
    • Blackberry 特定应用程序有一个更优雅的 UI 库(许多 J2ME witdgets 您需要自己推出或使用像 LWUIT),您将无法在其他设备上运行 Blackberry 特定应用程序(尽管底层逻辑是相同的)
    • Blackberry 和 J2ME 特定应用仍然可以访问和使用每个框架的底层非 UI 类。

唯一的缺点:

  • 不如 Android 或 iPhone 开发那么有吸引力
  • 初始设置可能很笨拙
  • 难以货币化,因为没有正式的黑莓商店来管理交易和安装

您可以在此处获取有关黑莓开发的更多信息:

http://na.blackberry.com/eng/developers/started/

I would really recommend looking at Blackberry as a target platform to play with, for the following reasons:

  • Lots of documentation
  • Access to cheap devices for testing
  • No walled garden (approval system or closed marketplace), you can distribute your app via over the air downloads (user just has to point their browser to the appropriate JAD file and download/install begins)
  • Large user base (at least within the US)
  • Quality forum support for blackberry developers
  • Supports J2ME. You can either develop Blackberry specific apps of J2ME specific apps, both run on blackberry devices.
    • Blackberry specific apps have a more elegent UI library (lots of J2ME witdgets you need to roll your own or use a library like LWUIT) and you won't be able to run Blackberry specific apps to other devices (though the underlying logic will be the same)
    • Both Blackberry and J2ME specific apps can still access and use underlying non-ui classes of each framework.

The only cons:

  • Not as sexy as Android or iPhone development
  • Initial setup can be clumsy
  • Tough to monetize because no formal blackberry store to manage transactions and installs

You can get more info about Blackberry development here:

http://na.blackberry.com/eng/developers/started/

我很OK 2024-07-17 14:37:38

从Sun的JavaME(以前的J2ME)网站开始,您可以找到很多文档和示例(即使我必须管理,它们也有点旧)。
如果您想要更复杂、更高级的东西,您可以查看 GEAR Java Mobile Framework。 它是一个轻量级 JavaME 框架,托管在 sourceforge 上。
还有一个博客,其中包含一些有关如何从头开始启动新应用程序的有用教程。

Starting from Sun's JavaME (former J2ME) website you can find a lot of documentation and examples (even if i must admin, they are a little old).
If you want something more complex yet more advanced, you can have a look at GEAR Java Mobile Framework. It's a lightweight JavaME framework and it's hosted on sourceforge.
There is also a blog containing some usefull tutorial on how to start a new application from scratch.

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