PhoneGap or Appcelerator Implementation

2019-06-06 14:54发布

This is more of an advice question rather than a specific question. I am developing an application for mobile devices. Its basic functionality will be to open PDF files, Video files, and to open certain webpages. Would this be best implemented in PhoneGap or Appcelerator?

3条回答
贼婆χ
2楼-- · 2019-06-06 15:35

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.

查看更多
放我归山
3楼-- · 2019-06-06 15:44

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

查看更多
闹够了就滚
4楼-- · 2019-06-06 15:56

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.

查看更多
登录 后发表回答