本文介绍了如何跨平台移动应用开发框架的工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在罗得岛,PhoneGap的,Appcelerator的和能够承担的Javascript或Ruby,并将其编译成二进制文件的应用程序软件开发工具包通常需要的应用程序要写入的OBJ-C,Java和其他人呢?

How are Rhodes, Phonegap, and Appcelerator able to take Javascript or Ruby, and compile them into binaries for app SDKs that normally require apps to be written in Obj-C, Java, and others?

推荐答案

PhoneGap的使用默认的浏览器渲染引擎,并使用它来显示您的应用程序。JavaScript的,然后由该框架的原生(编译)部分进行处理。

Phonegap uses the default browser rendering engine, and uses that to display your application.The javascript is then handled by the native (compiled) part of the framework.

Appcelerator的使用的东西simular,但编译整个应用程序,如果我没记错的话。

Appcelerator uses something simular, but compiles the whole application if i remember correctly.

MoSync用起来有些simular设置为JavaME的。

MoSync uses a somewhat simular setup as javaME.

罗得使用本地服务器。它使用它来与设备进行通信。

Rhodes uses local server. It uses this to communicate with the device.

这篇关于如何跨平台移动应用开发框架的工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-21 15:30