黑莓智能手机应用程序可以在 Playbook 上运行吗?
用 Java API 编写的 Blackberry 智能手机应用程序无需修改即可在 Playbook 上运行吗?
Will a Blackberry smartphone application written in the Java api work on the Playbook without modification?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
据RIM称,一旦JDE播放器发布,就必须重新打包,这可能需要重新编译,才能在PlayBook上运行。这同样适用于 Android 应用程序。无论哪种情况,您都无法下载本机 JDE 或 Android 应用程序并在 PlayBook 上运行它们。
According to RIM, once the JDE player is released, they will have to be re-packaged which may require re-compiling, to run on the PlayBook. The same applies to Android applications. In either case you will not be able to download native JDE or Android apps and run them on the PlayBook.
允许 BlackBerry 智能手机应用程序在 BBOS、Playbook 和 BlackBerry 10 上运行的唯一应用程序 SDK 路径是 HTML5 WebWorks SDK
开始,请阅读入门概述指南
https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html
您可能还对克隆 bbUI.js 感兴趣,这是一个免费的 ui 框架,适用于可追溯到 OS5 的 BlackBerry 设备。 bbUI.js 针对特定于平台的本机功能,例如访问硬件 api,同时提供一致的感觉。
blackberry/bbUI.js
https://github.com/blackberry/bbUI.js
祝你好运。
The only application SDK path that allows for BlackBerry Smartphone applications to run both on BBOS, Playbook and BlackBerry 10 is the HTML5 WebWorks SDK
Get started by reading the Getting Started Overview Guide
https://developer.blackberry.com/html5/documentation/what_is_a_webworks_app_1845471_11.html
You may also be interested in cloning bbUI.js, a free ui framework that works across BlackBerry devices going back to OS5. bbUI.js targets platform specific native features, like access to hardware apis, while providing a consistent feel.
blackberry/bbUI.js
https://github.com/blackberry/bbUI.js
Best of luck to you.
是的,RIM 已经宣布他们将发布一个虚拟机,可以播放您现有的黑莓应用程序。我不确定开发人员是否必须重新提交他们的黑莓应用程序。
Playbook 还将支持 Android 应用程序,但开发人员必须重新编译他们的应用程序并将其提交到 App World。
Yes, RIM has announced that they will release a virtual machine which will play your existing blackberry app. I'm not sure if developers have to re-submit their blackberry apps though.
Playbook will also support Android apps, but developers will have to recompile their apps and submit those to App World.