PhoneGap or Appcelerator Implementation

旧巷老猫 提交于 2019-12-06 22:36:27

PhoneGap and Appcelerator Titanium are both very popular open-source JavaScript frameworks for packaging and deploying mobile applications. At Universal Mind, we have clients that leverage both and clearly both frameworks have countless successful implementations on numerous platforms. However, there are enough significant differences between the two products that it doesn’t really make that much sense to compare them directly. The fundamental difference is that PhoneGap is a web-based solution where Appcelerator Titanium is a pure JavaScript API that creates native code. At the core, they serve different functions for an organization.

PhoneGap:

  • JavaScript API that provides access to Native Functions

  • Supports HTML5/CSS3

  • Supports Web Standards & Re-use Across Enterprise Apps

  • Supports DOM based JavaScript Libraries/Frameworks

  • Supports the most platforms

Appcelerator Titanium:

  • JavaScript API that provides access to Native Functions

  • Compiles to Native Code

  • Could provide better performance.

So as per my view i prefer Phonegap

I think a key difference implied is that PhoneGap uses HTML and CSS to render the user interface while Appcelerator renders platform specific native user interface components.

Phonegap have very small list of api that enables it to adapt itself to all(partially) platform, whereas appcelerator have larger api. That's is why they are emphasized on only two platform(completely). I think with this understanding i would prefer appcelerator for complex applications and phonegap for multiple platform.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!