编写我的第一个黑莓应用程序

发布于 2024-10-06 02:51:05 字数 283 浏览 0 评论 0原文

我正在考虑编写我的第一个黑莓应用程序。我本质上是一名 C/C++ 程序员,而不是 Java 程序员。任何人都可以提供一些关于编写 BlackBerry 应用程序的最快路线(即最浅的学习曲线)的指南吗?

任何资源/链接都会有用。

顺便说一句:

在理想的世界中,我想编写一次并为 BlackBerry 和 iPhone 进行部署,但由于我的目标主要是商务人士,所以我认为 BlackBerry 应该是我的目标 - 对吧?

是否可以编写一次并在 iPhone 和 BlackBerry 上部署?

I am contemplating writing my first BlackBerry app. I am fundamentally a C/C++ programmer, not Java. Can anyone provide some guidelines on the quickest route, i.e. shallowest learning curve, to writing a BlackBerry app?

Any resources/links would be useful.

As an aside:

In an ideal world, I would like to write once and deploy for both BlackBerry and the iPhone, but since I am targetting largely business people, I think BlackBerry should be my target - right?

Is it possible to write once and deploy on BOTH iPhone and BlackBerry?

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

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

发布评论

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

评论(3

冬天的雪花 2024-10-13 02:51:05

C++ 和 C 程序员可以轻松地转向 Java 和 Actionscript。

我建议您使用 actionsscript 在 Flash 中编写应用程序。
对于初学者来说,AS3 将是一个良好的开始,因为它为 UI 编程提供了简单的构造和 API。

此外,使用 AS3,您也可以轻松地将其移植到 Android。
如果您非常注重同时为 Blackberry 和 iPhone 进行开发,那么请尝试使用 Web 技术。这两款手机都支持网络技术并创建网络应用程序。

这些应用程序也非常容易创建,甚至可以在 Adnroid 上运行,只需进行微小的更改。我的建议是利用您的编程基础知识并尝试尝试所有可能的语言以获得广度。

C++ and C programmers can easily jump into Java and Actionscript.

I would suggest you to write application in Flash using actionsscript.
As you are a beginner, AS3 will be a good start as it provides easy constructs and API for UI programming.

Moreover, doing AS3, you can easily port it over to Android too.
If you are very particular to develop for both Blackberry and iPhone, then try using web technologies. Both phones support web technologies and create web apps.

These apps are also very easy to create and can even run on Adnroid with minor changes. My suggestion is to use your progrmming basics and try to venture into all possible languages to get a breadth.

半仙 2024-10-13 02:51:05

Skyeagle,

有C/C++背景,我建议你从iPhone开始。您不仅会更熟悉该语言,而且只需担心有限的设备范围 - 与 BlackBerry 市场相比,BlackBerry 市场在外形和功能上差异很大(当然是 Java)。

然而,如果您确定要使用 BlackBerry,那么可以从 BlackBerry 主站点开始,还有支持论坛 - 哦,还有 StackOverflow :) JDK 附带了大量示例,其中也涵盖了基础知识。

我还建议您在这里进行一些搜索 - 黑莓开发入门已经被介绍过几次,并且在过去一段时间里可能没有太大变化。

最后一点 - 如果您想走在开发的最前沿,那么考虑为 PlayBook 进行开发怎么样?PlayBook 即将成为 RIM 的最新产品?

斯图尔特

Skyeagle,

With a C/C++ background, I'd suggest you start on the iPhone. Not only will you be more comfortable with the language but it's only a limited range of devices to worry about - in comparison with the BlackBerry market which varies vastly in form factor and ability (and is of course in Java).

However, if you were sure about doing BlackBerry, the main BlackBerry site is probably the place to start, along with the support forum - oh, and StackOverflow :) The JDK comes with plenty of examples which will cover the basics too.

I also suggest you do a little searching on here - getting started with BlackBerry development has already been covered a few times and probably hasn't changed that much over the last little while.

Final note - if you want to be on the bleeding edge of development, what about looking to develop for the PlayBook, soon to be RIM's latest offering?

Stuart

南风几经秋 2024-10-13 02:51:05

取决于您的要求,但您可以使用类似 mosync 的内容

Depends on your requirements but you could use something like mosync

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