哪种方法是制作 symbian 应用程序的更好方法?

发布于 2024-11-15 00:46:04 字数 174 浏览 6 评论 0原文

我在官方网站上看到,我们可以通过多种方式来制作在Symbian操作系统上运行的应用程序。

其中包括 QT 和 J2ME 中的开发。我想知道这两种方法中哪一种是为 Symbian 平台开发应用程序的更好方法,为什么?

尽管我过去开发过几个 Android 应用程序,但我是这个领域的一个相当新的开发人员。

I have read it on the official website that there are several ways in which we can make applications that run on the Symbian OS.

These include development in QT and J2ME. I wanted to know which between this would be a better way of developing applications for the Symbian platform and why ?

I am a fairly new developer in this field although i have developed several Android applications in the past.

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

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

发布评论

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

评论(2

是伱的 2024-11-22 00:46:04

QT 是 Symbian 的原生框架。安装程序具有 SIS 和 SISX 文件扩展名,并且可以在诺基亚的 Symbian(S60v3、v5、S40 和 Symbian^3)内使用扩展功能。例如更好地处理加速计/陀螺仪和相机功能等。

另一方面,如果您的目标是许多平台(除了 Symbian 之外)以及其他手机操作系统,您应该选择 J2ME 。

您将失去一些高级功能,以换取更好的可移植性和兼容性。

QT is the native framework for Symbian. The installers have a SIS and SISX file extension, and they can use extended capabilities, within Nokia's Symbian (S60v3, v5, S40, and Symbian^3). Like better handling of the accelerometer/gyroscope and camera functions, etc.

On the other hand, if you are targeting many platforms (other than Symbian too),along with other phone OS's, you should go for J2ME.

You will be losing some advanced functionality, in exchange for better portability and compatiblity.

千柳 2024-11-22 00:46:04

我不同意 anirudh4444 的观点。

Symbian C++ 是 Symbian 的本地编程语言,而不是 Qt。 [1]

既然您提到要瞄准 S40,并且如果您想要开发基于网络的应用程序,您必须检查

I dont agree with anirudh4444.

Symbian C++ is the native programming language for Symbian and not Qt. [1]

Since you have mentioned that you want to target S40 and if you want to develop web based application, you have to check this.

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